Note that your final mark will not be saved in the system.
20 - Databases GapFill
You must fill all the gaps before clicking ‘Check Answers!’
databases comprise more than one table (to model more than one ), with the tables being connected in some way.
Each table comprises , each of which occupy a row, and , each occupying a column. Certain attributes play specific roles within a table. A is used to uniquely identify a record. Similarly, a is a combination of attributes that uniquely identify a record.
When a database comprises multiple tables with a common purpose, they are connected using , the most common of which being a 'one-to-many'. At the 'one' end of the relationship is a , and at the many end is a .
When working with a multi-table database, is an important process that minimises data , making subsequent changes more straightforward and less error-prone.