Knowledge CheckIT Fundamentals · Module 08

Quiz: Module 08: Databases and Data

Test your understanding of the concepts covered in this module.

7 questions

  1. Question 1. What is the primary advantage of a database over storing data in flat files?

  2. Question 2. Which SQL command retrieves data from a table?

  3. Question 3. What is a primary key?

  4. Question 4. True or False: A non-relational (NoSQL) database requires a fixed schema where every record has the same fields.

  5. Question 5. Which of the following is a key-value database use case?

  6. Question 6. What does the "A" in ACID stand for?

  7. Question 7. A banking application transfers $500 from Account A to Account B. The debit succeeds but the system crashes before the credit. With ACID compliance, what happens?