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