DATABASE MANAGEMENT SYSTEM
Across
- 3. Ensures that all database operations occur properly or not at all
- 7. A language used to manipulate and retrieve data from a database
- 10. SQL command to remove all records from a table
- 11. A field that links two tables together
- 12. A software that allows access to databases over a network
- 13. A set of rules ensuring data consistency
- 14. A collection of interrelated data
- 15. A collection of attributes defining an entity
- 16. Ensures that all transactions are processed reliably
- 18. SQL keyword to combine rows from two or more tables
Down
- 1. A unique identifier for each record in a table
- 2. Stores data in key-value pairs
- 4. A logical structure used to improve query speed
- 5. A single piece of data in a table
- 6. Reduces data redundancy in a relational database
- 7. Defines the structure of a database
- 8. A table with no repeating groups
- 9. A type of database that stores data in tables
- 12. Command to retrieve data from a database
- 17. A software that manages databases