database design and development Flashcards
relational database
A database containing several tables, linked using primary and foreign keys
primary key?
A field in a table that contains values used to uniquely identify each record in the table
foreign key?
A unique primary key in one table that is used as link to a field in another table
definition of a ‘flat file database’?
A flat file database holds all data on only one table.
problems with flat file databases?
the one table often leads to the presence of insert, update and deletion anomalies.
The ‘text’ field type can be used to store what
Any combination of characters including punctuation marks, letters, symbols and numbers
The ‘Boolean’ field type can be used to store which of the following?
True/False
yes/no
The ‘number’ field type can be used to store which of the following?
Any numeric value
Altering the format to display data using the 24-hour clock would apply to which of the following field types?
Time
what is an insert anomaly?
When a table only permits new data in all fields
delete anomaly?
When a table only permits deleting data across a whole field
what are all the possible field types
text, number, date, boolean, time