Which of the following best describes data independence in a Database Management System (DBMS)?
Think about how changes in the database structure affect applications.
Data independence means you can change the database structure (like tables or fields) without changing how users or applications interact with the data.
Which feature of a DBMS primarily ensures that only authorized users can access or modify the data?
Consider what protects data from unauthorized access.
Security in DBMS restricts access to data to authorized users only, protecting sensitive information.
What is the main purpose of concurrency control in a DBMS?
Think about what happens when many users try to change data at the same time.
Concurrency control manages simultaneous data access by multiple users to prevent conflicts and keep data consistent.
Which of the following statements correctly compares data independence and concurrency control in DBMS?
Focus on what each term controls or manages in the database.
Data independence deals with schema changes without affecting applications, while concurrency control manages multiple users accessing data at the same time.
How does the security feature of a DBMS contribute to maintaining data integrity?
Consider how unauthorized access might affect the correctness of data.
Security prevents unauthorized users from accessing or modifying data, which helps keep data accurate and reliable.