Database Assignment
Database Assignment
a database is basically a collection of information organized in such a way that a computer program can
quickly select desired pieces of data. You can think of a database as an electronic filing system.
Traditional databases are organized by fields, records, and files. A field is a single piece of information; a record is
one complete set of fields; and a file is a collection of records.
DBMS
USERS OF DBMS
Application Programmers are computerprofessionals interacting with the system through
DML calls embedded in a program written in a host language
Sophisticated Users interact with the system without writing programs
Specialized Users are sophisticated users writing special database application programs.
Naive Users are unsophisticated users who interact with the system by using permanent
application programs (e.g. automated teller machine).
To maximize the efficiency of the database system, you must keep your
system current.