Across
- 3. Shorthand for extracting information from DATE types
- 4. This clause is used for a correlated subquery to link inner to outer queries
- 7. This function extracts text from a DATE
- 10. This clause limits results by design
- 11. A subquery that references the outer query and the inner query
- 13. This function type is great for scalar queries
- 15. How you rename a column
- 17. This is a query in the FROM or JOIN clauses
- 19. This clause limits results only of aggregate functions
- 20. The current server time
- 21. This goes between the alias and the column name
- 22. This clause specifies the first table of a query
- 23. This clause cannot be used in subqueries only outer queries
- 24. This function returns the number of rows in the result set
- 25. The error when you can't tell what table a column goes to
- 26. This clause is used to add a table to a query
Down
- 1. These are used to group a subquery vertically
- 2. This separates fields in the SELECT and ORDER BY clauses
- 5. This function returns a date from supplied text
- 6. Too many rows in the resulting query because incorrect JOIN
- 8. Clause used to organize results when using aggregate functions
- 9. A reference in a table to another table’s entire row
- 12. What you call a renamed table
- 14. A query inside another query
- 16. A subquery that returns a table with one row and column
- 18. Combined this keyword and AS to make a query you can reference throughout the query
- 20. Only used at the VERY end of the query
