Relational Databases

123456789101112131415161718
Across
  1. 3. A key that is a unique identifier for a single row/record.
  2. 6. A description of all the attributes' properties in held in a data ____.
  3. 9. The check made to ensure data entered falls within a specified parameter/s.
  4. 10. How a foreign key is described in the validation section of the data dictionary.
  5. 12. What does an entity-occurrence diagram help to describe?
  6. 14. An attribute/key that is created to be the primary key.
  7. 15. A primary key is always required because it can never be ____
  8. 16. A data type used to store a TRUE or FALSE value in a database.
  9. 18. Data integrity in a relational database should be ____.
Down
  1. 1. Used to create a relationship between two entities.
  2. 2. SQL stands for Structured ____ Language.
  3. 4. A foreign key should NEVER be ____ in the data dictionary.
  4. 5. A data type used to store a whole number in a database.
  5. 7. There are three types of these: one-to-one, one-to-many, many-to-many.
  6. 8. A ____ is made up of attributes.
  7. 11. A structured way of storing data.
  8. 13. Each attribute has a data ____ such as integer, real, text etc.
  9. 17. A check made to ensure data entered is a specified number of characters long.