Revision Flashcards
List the levels in which data can be controlled.
Relevant
Accurate
Unique
Timely
Unambiguous
Complete
Advantages of DBMS.
Improved data sharing
Better Data integration
Less data inconsistency
Fully explain data redundancy.
Redundant data results in data
inconsistencies and can lead to data anomalies. There are 3 types of data anomalies, update anomalies (occurs when an inconsistency is introduced as changes are made to existing records, insert anomaly (occurs when an inconsistency is introduced when entering new records, deletion anomaly (occurs when an inconsistency is introduced when deleting
records).
List the functions of DBMS. DDS
Data dictionary management
Data storage management
Security management
Data transformation
What is the advantage of RDBMS?
Hides complexities of relational model from user.
What is entity integrity?
It is a field or fields that
uniquely identifies each record and contains no nulls.
What is referential integrity?
It is a field or fields that reference a primary key ] in another
table, contains only values found in the primary table or nulls.