Across
- 2. An SQL aggregate function used to count the number of rows in a result set.
- 4. SQL clause used to filter rows based on specified conditions in a query.
- 5. A numeric data type in SQL used for whole numbers without decimal places.
- 7. SQL clause used to group rows in the result set based on one or more columns.
- 9. SQL command used to remove rows or records from a database table.
- 11. A data type in SQL used for storing date values.
- 13. SQL command used to add new records or rows to a database table.
Down
- 1. A variable-length character data type in SQL used for storing text or character data.
- 3. SQL clause used to sort the results of a query in either ascending (ASC) or descending (DESC) order.
- 6. SQL command used to modify existing data in a database.
- 8. Short for Structured Query Language, it is a domain-specific language used for managing and querying relational databases.
- 9. A structured collection of data where information is stored, organized, and managed.
- 10. SQL statement used to retrieve data from a database table.
- 12. SQL operation that combines data from two or more tables based on related columns.
- 14. An SQL aggregate function used to calculate the sum of numeric values in a column.
