Databases

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