SQL Crossword

1234567891011121314
Across
  1. 4. A unique clause used in window functions
  2. 6. Returns all possible combinations of rows of two tables
  3. 9. Necessary when creating a sub-query
  4. 11. Used instead of WHERE with aggregate functions
  5. 12. A data type where numbers have a decimal point
  6. 13. Returns its first non-null argument or null if all arguments are null
Down
  1. 1. True or false
  2. 2. A constraint that uniquely identifies each record in a database table
  3. 3. Capitalizes the first character of each word of the specified string
  4. 5. Deletes the data inside a table, but not the table itself
  5. 7. Empty values
  6. 8. SQL's largest integer data type
  7. 10. Andrew's favorite query
  8. 14. Trims spaces from left end of the specified string