SP6 Database Management

12345678910111213141516171819
Across
  1. 2. A single entry or row in a database table.
  2. 3. Software that helps create, manage, and control databases.
  3. 8. The process of organizing data to avoid duplication.
  4. 10. SQL commands that define or modify the structure of a database.
  5. 11. A copy of data used to restore the database after a problem.
  6. 12. A language used to store, retrieve, and manage data in databases.
  7. 15. Simple programs that let non-technical users interact with a database easily.
  8. 17. Restoring lost or damaged data from a backup.
  9. 19. A column in a table that stores a specific piece of information.
Down
  1. 1. A group of database operations that must all succeed or all fail together.
  2. 4. A collection of related data stored in an organized way.
  3. 5. The accuracy and consistency of data over time.
  4. 6. A unique identifier for each record in a table.
  5. 7. A group of data organized in rows and columns.
  6. 9. Managing database access when many users work at the same time.
  7. 10. SQL commands that add, change, or delete data in tables.
  8. 13. A request for specific data from a database.
  9. 14. A structure that speeds up searching in a database.
  10. 16. A field that links one table to another.
  11. 18. The four main properties of reliable transactions: Atomicity, Consistency, Isolation, Durability.