QuestionQ20

Components and Architecture

What is one characteristic of an SQL database?

  • A Eventual consistency
  • B Unstructured data
  • C ACID transactions
  • D Fast access to key-value data
Explanation

SQL databases commonly support ACID transactions, ensuring that database operations are atomic, consistent, isolated, and durable.

Community Discussion

No comments yet. Be the first to start the discussion!