lesson 02/06/2020 Databases Flashcards
1
Q
What are the characteristics of a serial file
A
- Store data in the order it was entered
- No order to the data is maintained
- useful for storing transnational data and initialisation files
2
Q
What are the characteristics of a sequential file
A
- stores data in order of a key field
- the order is maintained when new records are added
- useful for storing master files
3
Q
What are the characteristics of a indexed sequential file
A
-maintain an index to allow groups of records to be accessed quickly
4
Q
What does a database management system provide
A
- a manipulation language to access and change the data
- additional security
- program/data independence
5
Q
what are database components made of
A
-tables that store data in rows and columns