Front | Back |
What is a database?
|
A database is an organised collection of data that has been organised to model relevant aspects of reality in a way that supports processes requiring this information.
|
What is information?
|
Information is data that is processed and had context added to reveal it's meaning. In order for information to be used for decision making it must be accurate, timely and relevant
|
What is end user data?
|
Raw fact that are of interest to end users
|
What is meta-data?
|
Data about data
|
What is the purpose of meta-data?
|
Provides a description of data characteristics and relationships in the data in such a way that complements and expands the value of the data
|
What is a database management system?
|
A database management system is a collection of programs that manages the structure of the database and controls access to data storage and modification and the extraction of information
|
What problems did file systems face?
|
|
What is data redundancy?
|
Data redundancy occurs when the same data is stored in different places.
|
What is data inconsistency?
|
Different, conflicting versions of the same data in different places
|
What are data anomalies?
|
Data anomalies are anomalies that result from all changes in redundant data not being made correctly.
|
What is structural dependence?
|
Structural dependence occurs when access to a file is dependant on it's own structure. Structural independence occurs when a file's structure can be changed without affecting access to it's data.
|
What is data dependence?
|
Data dependence occurs when access to data changes when data characteristics change. Data independence occurs when changes to data characteristics do not effect access to data.
|
Why is the database management system an important part of a database?
|
The database management system:
|
What is logical database design?
|
The process of transforming a conceptual data model into a logical one which is consistent and compatible with a specific type of database technology.
|
What are the database management system functions?
|
|