DATABASE MANAGEMENT SYSTEM

1234567891011121314151617181920
Across
  1. 2. A rule that limits the values a column can take
  2. 4. A request for data from a database
  3. 5. The structure of a database
  4. 6. A key linking two tables together
  5. 10. A language used to manage databases
  6. 11. A data structure that improves search speed
  7. 12. A column in a table
  8. 14. Unnecessary duplication of data
  9. 15. Properties ensuring reliable database transactions
  10. 17. A structured collection of data
  11. 18. The process of copying data from one database to another
  12. 19. A virtual table derived from other tables
  13. 20. A SQL operation to combine tables
Down
  1. 1. Process of reducing redundancy in a database
  2. 3. A procedure that executes automatically in response to an event
  3. 7. An object in a database that stores data
  4. 8. A unique identifier for a record
  5. 9. A sequence of database operations treated as a unit
  6. 13. A single row in a table
  7. 16. A situation where two transactions wait for each other to release resources