SQL Commands and Functions Crossword
Across
- 4. / SQL statement that combines results from multiple queries.
- 6. / SQL command to retrieve data from a table.
- 9. / SQL function used to calculate the total of a column.
- 10. VIEW / SQL command used to create a virtual table.
- 11. / SQL command used to remove rows from a table.
- 12. / SQL clause used to sort data.
- 14. / SQL command used to modify existing data in a table.
- 17. JOIN / SQL clause used to combine rows from two tables based on a related column.
- 18. / SQL constraint that ensures no duplicate values in a column.
Down
- 1. / SQL command used to create a table.
- 2. / SQL function that returns the number of rows in a table.
- 3. NULL / SQL constraint that ensures a column cannot have NULL values.
- 5. / SQL keyword used to filter records.
- 7. / SQL keyword to restrict the number of records returned.
- 8. / SQL command used to modify the structure of a table.
- 9. Crossword Puzzle
- 11. / SQL command used to remove a table.
- 13. / SQL clause used to filter records after GROUP BY.
- 15. / SQL keyword to combine rows from two or more tables.
- 16. / SQL operator used to match a pattern in a string.
- 19. / SQL command to add new records into a table.