query x

123456789101112131415
Across
  1. 5. Query written inside another SQL query
  2. 8. Organizing tables to reduce redundancy
  3. 10. Reverses changes made in a transaction
  4. 11. Stores data in rows and columns in a database
  5. 12. Automatically executes when a table event occurs
  6. 14. Filters grouped results after aggregation
  7. 15. Virtual table created from a query
Down
  1. 1. Unique identifier for each row in a table
  2. 2. Permanently saves the changes of a transaction
  3. 3. Group of database operations treated as one unit
  4. 4. Removes duplicate values from query results
  5. 6. Groups rows that share the same values
  6. 7. Combines rows from two or more tables
  7. 9. Column that references a key in another table
  8. 13. Data structure that speeds up data retrieval