CH1 - Data Flashcards
Database
a collection of related data
Data
known facts that can be recorded and have an implicit meaning.
Mini-world
some part of the real world about which data is stored in a database
Database Management System (DBMS)
a software package/system to facilitate the creation and maintenance of a computerized database
Database system
the DBMS software together with the data itself. Sometimes, the applications are also included.
Queries
access different parts of data and formulate the result of a request
Transactions
read some data and “update” certain values or generate new data and store that in the database
Self-describing nature
a DBMS catalog stores the description of a particular database. The description is called meta-data. This allows the DBMS software to work with different database applications
Insulation between programs and data
also called program-data independence, allows changing data structures and storages organization without having to change the DBMS access programs.