QueryX - Round 1

123456789101112131415
Across
  1. 4. I mark a safe memory in the log so recovery need not revisit the entire past
  2. 10. I walk row by row through results when sets are too large to grasp at once
  3. 11. I make temporary changes permanent and close the story of a transaction
  4. 12. I rewind the database to the moment before a mistake occurred
  5. 14. I begin quietly, change many things, but only when sealed do my actions truly exist
  6. 15. I hide within another query like a question inside a question
Down
  1. 1. I show data like a table though I store nothing myself
  2. 2. I break big tables apart to remove repeating secrets and anomalies
  3. 3. Without touching the table I still help you reach the row faster than a scan
  4. 5. Two queries wait forever for each other’s keys, neither willing to release
  5. 6. I allow many users to dance with data at the same time without stepping on toes
  6. 7. I summarize crowds of rows into a single meaningful number
  7. 8. I am the strictest level of isolation where parallel worlds behave as one orderly line
  8. 9. I am the architectural plan that defines every table before data is born
  9. 13. I create relationships between strangers by matching their keys
  10. 14. I sleep inside the database until an insert update or delete wakes me instantly