Databases

123456789101112131415161718192021222324
Across
  1. 1. Removes an entire table from the database.
  2. 3. SQL commands used for defining, altering and deleting database structures.
  3. 6. Modifies existing records in a table.
  4. 9. Connection between two or more tables in a relational database.
  5. 17. Process of organising data in a database to reduce redundancy and improve data integrity.
  6. 19. Type of database that stores data in several tables composed of rows and columns.
  7. 20. A primary key made up of two or more columns to uniquely identify a record.
  8. 23. A rule that ensures relationships between tables remain consistent
Down
  1. 2. One record in a table can be linked to multiple records in another table, but each of those related records refers back to only one record in the first table.
  2. 3. Structured approach to designing, implementing and maintaining a database.
  3. 4. A column (or group of columns) that creates a relationship between two tables by referencing the primary key of another table.
  4. 5. Acronym representing key properties of reliable database transactions.
  5. 7. The unnecessary repetition of data within a database.
  6. 8. Renames columns or tables temporarily.
  7. 10. A single, structured data item in a table, representing one entry or instance.
  8. 11. A request for data or information from a database table or combination of tables.
  9. 12. A structured collection of data that is stored and accessed electronically.
  10. 13. A standard language used to communicate with and manipulate databases.
  11. 14. Assigns new privileges to a user account.
  12. 15. One record in a table is linked to exactly one record in another table.
  13. 16. A column (or combination of columns) that uniquely identifies each row in a table.
  14. 18. Restrict the number of rows returned.
  15. 21. Filters records based on conditions.
  16. 22. SQL command that enables getting data from the database.
  17. 24. A set of data elements organised in rows and columns.