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