Across
- 4. – Filters groups created by GROUP BY.
- 7. – ORDER BY sorts the result set.
- 9. – Command to modify existing records in a table.
- 10. – Combines the result sets of multiple SELECT statements.
- 12. – Command to delete rows from a table.
- 14. – Used to add new rows to a table.
Down
- 1. – Used to combine rows from two or more tables.
- 2. – Used to filter records based on a condition.
- 3. – The command to create new tables or databases.
- 5. – GROUP BY is used to group rows with the same values.
- 6. – Returns the number of rows in a result set.
- 8. – Restricts the number of rows returned by a query.
- 11. – The SQL command used to retrieve data from one or more tables.
- 13. – Removes duplicate rows from a result set.
- 15. – Aggregation function that calculates the total of a numeric column.
