Databases

1234567891011121314151617181920
Across
  1. 5. A process of organizing the data in database to avoid insertion, update, deletion anomalies.
  2. 7. ... key uniquely identifies rows in the table.
  3. 9. What database feature checks to see if data meets certain rules when entered to a table?
  4. 11. A subset of the database sorted and displayed in a particular way.
  5. 14. An association between two or more tables.
  6. 15. A set of data values of a particular type that occurs once per row in the table.
  7. 17. The rule used to limit the type of data that can go into a table.
  8. 19. A way of requesting information from the database.
  9. 20. Column in a table that contains a specific piece of information within a record.
Down
  1. 1. The type of information a field contains.
  2. 2. ... key is composed of more than one attribute.
  3. 3. An object that stores data in rows and columns.
  4. 4. One-to-... relationship links a single record in one table to 0 or 1 record in a related table.
  5. 6. It helps to speed up searching specific values in a database.
  6. 8. Data ... is a repetition or superfluity of data.
  7. 10. A property or characteristic of an entity.
  8. 12. To arrange records in a specific way.
  9. 13. A set of possible values for an attribute.
  10. 16. Thing or object about which the data should be captured. Each is represented with a table.
  11. 18. Row in a table that contains specific information about a person/item/object.