Across
- 2. Checks whether an attribute value matches a given string pattern.
- 5. Selects attributes from rows in one or more tables.
- 6. Checks whether an attribute value matches any value within a value list.
- 7. Checks whether an attribute value is within a range.
- 9. Permanently saves data changes.
- 10. Returns the number of rows with non-null values for a given column.
- 11. Returns the sum of all values for a given column.
- 14. Restricts the selection of grouped rows based on a condition.
- 19. Modifies an attribute's values in one or more table's rows.
- 21. Restores data to their original values.
Down
- 1. Deletes one or more rows from a table.
- 3. Inserts row(s) into a table.
- 4. Limits values to unique values.
- 8. Checks whether a subquery returns any rows.
- 12. Returns the minimum attribute value found in a given column.
- 13. Restricts the selected rows based on a conditional expression.
- 15. Returns the average of all values for a given column.
- 16. Checks whether an attribute value is null.
- 17. Groups the selected rows based on one or more attributes.
- 18. Orders the selected rows based on one or more attributes.
- 20. Returns the maximum attribute value found in a given column.
