AS Database
Across
- 1. Ensures there are no duplicate columns in a table.
- 4. The process of organizing data to reduce redundancy.
- 6. Ensures all non-key attributes depend on the primary key.
- 10. A single row of data in a table.
- 11. A unique identifier for each record in a table.
- 16. Ensures foreign keys reference valid primary keys in another table.
- 19. A SQL command used to modify existing records in a table.
- 20. A SQL command used to remove records from a table.
Down
- 2. A column in a table storing a specific type of data.
- 3. Removes indirect dependencies from a table.
- 5. A property or characteristic of an entity.
- 7. A key in one table that links to a primary key in another table.
- 8. A structured collection of data stored electronically.
- 9. A SQL command used to retrieve data from a table.
- 12. A SQL operation that combines data from multiple tables.
- 13. A language used to query and manipulate databases.
- 14. A structure that improves search performance in a database.
- 15. A SQL command used to add new records into a table.
- 17. A real-world object stored as a table in a database.
- 18. A collection of rows and columns in a database.