A small clinic is setting up a system to manage patient records. They need to ensure that multiple staff members can access and update patient information concurrently without conflicts, and they anticipate the volume of data will grow as the practice expands. Which of the following would be the most suitable for their requirements?
Use a single spreadsheet file to store all patient records, with each row representing a patient.
Use a flat file system to store each patient's record in a separate document.
Keep paper records in filing cabinets, with each drawer representing a different category of patient information.
A database is better suited than a flat file for this scenario because it allows multiple concurrent users to access and update information without conflicts. It can also handle a growing volume of data with better speed and efficiency. Databases also provide scalability, which is essential as the clinic anticipates growth in the number of patient records.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
Why is a database better suited for concurrent user access?
Open an interactive chat with Bash
What does scalability mean in the context of databases?
Open an interactive chat with Bash
What are transaction management and why are they important in databases?