Note that your final mark will not be saved in the system.
6. Databases GapFill
You must fill all the gaps before clicking ‘Check Answers!’
When storing data in tabular form, two broad classifications of database exist. A system is a single table, which can be represented using a spreadsheet application. A database comprises more than one table, with the tables connected together in some way.
Each table comprises , each of which occupies a column within a table, and , each of which occupies a row. Certain fields play specific roles within a table. A is used to uniquely identify a record and cannot be NULL. A is a combination of fields that uniquely identify a record. A is another field that is also unique for each record although can be NULL.
When a database comprises multiple tables, they are connected using , the most common of which being is 'one to many'. At the 'one' end is a , and at the 'many' end is a(n) . If we were to ensure that, say, a student can't enrol in a class, we would enforce .
When working with a database comprising multiple tables, is an important process that minimises data and makes subsequent changes more straightforward.