Topic 11: Databases Flashcards
1
Q
Define a database
A
A large collection of data items and links between them, structured so that allows it can be accessed by many different applications programs.
2
Q
What is a large collection of data items and links between them, structured so that allows it can be accessed by many different applications programs?
A
A database.
3
Q
Name two advantages of a relational database approach over flat files (like spreadsheets).
A
- Databases can be made more secure by using a hierarchy of passwords. This means some people (eg managers) have access to all the data, while others (eg receptionist) can only access some data.
- Data is stored separately from the applications that use it. So the data can be updated without needing to change the software.
4
Q
What can be made more secure by using a hierarchy of passwords?
A
Databases.
5
Q
What is stored separately from the applications that use it?
A
Data.