"CROSS-JOIN PUZZLE"
Across
- 4. Another term for a row in a table.
- 5. SQL command used to modify existing data in a table.
- 6. Another term for a column in a database table.
- 10. A vertical set of data values in a table.
- 11. A collection of organized data stored and accessed electronically.
- 12. SQL command used to add new data into a table.
- 14. A rule that limits the type of data that can go into a table.
Down
- 1. A unique identifier for each record in a table.
- 2. Process of organizing data to reduce redundancy.
- 3. A field that links one table to another.
- 7. The main structure in a database containing rows and columns.
- 8. A single record in a table.
- 9. SQL command used to retrieve data from one or more tables.
- 11. SQL command used to remove data from a table.
- 12. A data structure that improves the speed of data retrieval.
- 13. SQL operation used to combine data from multiple tables.
- 15. The standard language used to manage and query relational databases.