FC0-U71 · Question #66
FC0-U71 Question #66: Real Exam Question with Answer & Explanation
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
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
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
Community Discussion
No community discussion yet for this question.