Across
- 3. Checks if a value matches any value in a list
- 5. Restricts the number of returned rows
- 8. Selects values within an inclusive range
- 10. Retrieves specified data from one or more tables
- 12. Returns rows where all conditions are true
- 13. Assigns a temporary alias to a column or table
- 14. Sorts the result set by one or more columns
- 16. Represents missing or unknown data and specifies the values to be inserted
- 18. a calculation on a set of values, and returns a single value
- 19. Returns the smallest value in a column
- 21. Returns the number of rows
- 22. Modifies existing records in a table
Down
- 1. Searches for a specified pattern in a column
- 2. Removes duplicate values from the result set
- 4. Excludes rows that match a condition
- 6. Returns rows where at least one condition is true
- 7. Removes rows from a table
- 9. Filters rows based on a given condition
- 11. Рeturns the largest value in a column
- 15. Adds new rows to a table
- 17. Calculates the average value of a column
- 20. Calculates the total of a numeric column
