Crack the Code: DBMS Edition

12345678910
Across
  1. 1. What term refers to the correctness and completeness of data?
  2. 3. Which isolation level prevents dirty, non-repeatable, and phantom reads?
  3. 4. What is the term for a stored query that can be treated like a table?
  4. 8. What is the term for an attribute that can be further divided?
  5. 9. Which file organization method stores records in sequential order based on a key field?
  6. 10. Which algorithm is used for concurrency control in DBMS?
Down
  1. 2. What type of dependency exists when one non-prime attribute depends on another non-prime attribute?
  2. 5. Which SQL command is used to remove a table definition and its data?
  3. 6. Which normalization form removes transitive dependency?
  4. 7. Which SQL constraint ensures that a column cannot have NULL values?