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