Topic 11: Databases Flashcards
Define a database
A large collection of data items and links between them, structured so that it can be accessed by many different application programs.
Name two advantages of a relational database approach over flat files (like spreadsheets).
- 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 (data independence). So the data can be updated without needing to change the software application.
What is a database query?
A query is when the user interrogates a database to find information. For example, a search to find all the patients who are recommended to have a flu jab.
What is a database report?
A report is the output from a database in which the user decides how the results are presented. For example, they might want to show figures in a table or as a chart. Or they might want a list of search results as hyperlinks.
What is import/export?
Import/export is the transfer of data from one software application to another. For example, names and addresses are exported from a database and imported into a word processing program to produce appointment reminder letters using mail merge.