SQL data definition and manipulation commands

1234567891011121314
Across
  1. 4. - Modify the structure of a database object.
  2. 5. - Sorts the rows in the result set based on specified columns.
  3. 6. - Retrieves records that have matching values in both tables of a join.
  4. 7. - Restricts the number of rows returned in a query result.
  5. 10. - A key used to uniquely identify each record in a table.
  6. 11. - Filters out duplicate values from a result set.
  7. 13. - Filters rows based on specified conditions.
  8. 14. - Automatically performs actions on dependent objects when a referenced object is modified or deleted.
Down
  1. 1. - Retrieves data from one or more tables.
  2. 2. - Rules applied to columns or tables to enforce data integrity.
  3. 3. - Groups rows based on a specified column or columns.
  4. 5. - Retrieves records that have matching and non-matching values in both tables of a join.
  5. 8. - Adds new records to a table.
  6. 9. - Enhances data retrieval performance by creating an index.
  7. 12. - A database object that stores data in rows and columns.