Choose the option that best describes the main role of a DBMS.
Think about what a system that handles data storage and access does.
A DBMS is software that helps users store, retrieve, and manage data in databases efficiently and securely.
Select the option that is NOT typically a feature of a Database Management System.
Consider what software can and cannot do regarding hardware.
DBMS software manages data but does not repair hardware automatically.
Choose the most likely outcome when concurrent updates happen without control mechanisms.
Think about what happens when two people change the same thing at once without rules.
Without concurrency control, simultaneous updates can cause data inconsistency or corruption.
Analyze the purpose of indexing in a DBMS and select the best explanation.
Consider how you find a word quickly in a dictionary.
Indexing creates a quick reference to data locations, speeding up searches.
Choose the option that best explains the advantage of using a DBMS instead of plain files.
Think about challenges with files when many users need to access and update data safely.
DBMS offers features like data consistency, security, and controlled multi-user access that simple files cannot provide.