Quiz 1
1. In ACID properties, what does "Atomicity" ensure?
2. Which process organizes data to reduce redundancy and improve integrity?
3. What is a "Schema-on-Read" approach typically associated with?
4. Which SQL command removes all records from a table without deleting the structure?
5. What is the primary purpose of a "Primary Key"?
6. Which property ensures a database remains in a valid state after a transaction?
7. How is "Metadata" most commonly defined?
8. In a relational database, what is a "Foreign Key"?
9. Which JOIN returns only the rows with matching values in both tables?
10. What does the "D" in ACID stand for?
Previous Next