SQL Basic - 2

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