SQL

12345678910111213141516171819
Across
  1. 4. SQL clause to filter groups based on a condition
  2. 7. SQL function to return the largest value
  3. 10. SQL function to concatenate strings
  4. 11. SQL clause to filter the results of a query
  5. 12. TABLE SQL statement to create a table
  6. 13. SQL function to return the smallest value
  7. 14. SQL clause to specify the number of records to return
  8. 17. SQL statement to delete data
  9. 18. SQL function to count the number of rows
  10. 19. SQL function to convert a string to uppercase
Down
  1. 1. SQL keyword to remove duplicates
  2. 2. SQL statement to update data
  3. 3. SQL function to calculate the average value
  4. 5. TABLE SQL statement to modify table structure
  5. 6. SQL function to return the current date and time
  6. 8. SQL clause to combine results of SELECT statements
  7. 9. SQL statement used to retrieve data from a database
  8. 15. SQL statement to add a new row
  9. 16. BY SQL clause to group rows with the same values