nerdexam
CompTIA

FC0-U61 · Question #861

An accounting firm needs to allow users to update records simultaneously without errors. Which of the following best meets the firm's needs?

The correct answer is C. Database. A database is the best solution for allowing multiple users to update records simultaneously without causing errors. Databases, especially relational databases like MySQL, PostgreSQL, and Microsoft SQL Server, are designed for concurrent access, ensuring data consistency and inte

Database Fundamentals

Question

An accounting firm needs to allow users to update records simultaneously without errors. Which of the following best meets the firm's needs?

Options

  • AFlat file
  • BDocument
  • CDatabase
  • DSpreadsheet

How the community answered

(36 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    92% (33)

Explanation

A database is the best solution for allowing multiple users to update records simultaneously without causing errors. Databases, especially relational databases like MySQL, PostgreSQL, and Microsoft SQL Server, are designed for concurrent access, ensuring data consistency and integrity through mechanisms like transaction management and locking.

Topics

#data storage#concurrent access#database systems

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice