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).
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.