Fundamental of Data Base
Fundamental of Data Base
BUSINESS COLLEGE
• What is Data ?
• What is Data Base ?
• What is system?
• What is Data base management system
Data is information or pieces of information that can be
processed by a computer. It can be in the form of text,
numbers, images, or other forms of media. Data is often
collected and used to support decision-making, analysis, and
other activities. It is an essential part of the operation of
computers and other digital devices, as well as many modern
scientific, business, and social systems.
Cont..
What is Data?
Data can be anything and
everything. Any information
or fact can be considered as
data.
Your name, age, data of birth
or any other information such
as your house address, bank
balance, vehicle you drive or
even the food you eat can be
considered as data.
Database Definition
A database is a systematic or organized collection of
related information that is stored in such a way that it
can be easily accessed, retrieved, managed, and
updated. It is where all data is stored, very much like a
library that houses a wide range of books from
different genres. Think of data as books.
Cont..
What Is a Database?
A database is an organized collection of
data, stored and accessed electronically.
Databases are used to store and manage
large amounts of
structured and unstructured data, and
they can be used to support a wide range
of activities, including data storage, data
analysis, and data management.
Cont..
Naïve Users
• Naive users are unsophisticated users who interact with the system by
invoking one of the application programs that have been written
previously.
• For example, a bank teller who needs to transfer $50 from account A
to account B invokes a program called transfer. This program asks
the teller for the amount of money to be transferred, the account from
which the money is to be transferred, and the account to which the
money is to be transferred.
• The typical user interface for naive users is a forms interface, where the
user can fill in appropriate fields of the form. Naive users may also
simply read reports generated from the database.
Application Programmers
Application programmers are
computer professionals who
write application programs.
Application programmers can
choose from many tools to
develop user interfaces.
Sophisticated Users