Databases Flashcards
understanding (21 cards)
what is a database
A database is a structured collection of related data used to run the activities of a particular organization in the form of tables
schema
a description of a database
(meta-data) data about data
what is a dbms
a collection of programs that create and maintan the database table
Advantages of a DBMS
controls data redundancy
supports multi user access
data integrity
Disadvantages of the file-based system
does not promote multi user access
data redundancy
integrity problems
advantages of the file based system
simple to use
does not require multi-user use
program
A set of instructions that tell the computer what to do
process
a instance of a program running in a computer
database approach
Modern database which is formally defined as an integrated, self-describing collection of related records organizes into files which are often refered to as database tables/entities/relations