Across
- 3. Create, Read, Update, Delete operations in databases.
- 7. SQL category for schema definition (e.g., CREATE, ALTER).
- 8. Structured Query Language for relational databases.
- 10. Ensures that transactions recover safely from failures.
- 13. Recovery algorithm using logs and checkpoints.
- 15. Removes transitive dependency.
- 17. A query inside another query (subquery).
- 20. SQL category for transaction control (e.g., COMMIT, ROLLBACK).
- 21. Uses undo/redo logs to recover data.
- 22. SQL category for transaction control (e.g., COMMIT, ROLLBACK).
- 23. Removes multi-valued dependency.
- 24. Balanced tree index structure used in DBMS indexing.
Down
- 1. Schema-less, non-relational databases.
- 2. Every determinant is a candidate key.
- 4. SQL category for modifying data (e.g., INSERT, UPDATE).
- 5. Uses timestamps to maintain serializability.
- 6. SQL clause for sorting query results.
- 7. SQL category for controlling access (e.g., GRANT, REVOKE).
- 9. Visual representation of entities and relationships.
- 11. Static indexing method with fixed hierarchy.
- 12. A real-world object represented in a database.
- 14. Clause used to filter results after GROUP BY.
- 16. Combines rows from two/more tables based on related columns.
- 18. Virtual tables based on SQL queries.
- 19. SQL clause for aggregating rows by one/more columns.
