1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is the advantage of reduced data redundancy in DBMS?
DBMS helps reduce data duplication by storing data in a centralized manner, leading to more efficient storage and fewer inconsistencies.
How does DBMS facilitate data sharing?
A DBMS allows multiple users and applications to access and share the same data concurrently, facilitating collaboration and information exchange across an organization.
What security advantages does a DBMS offer?
A DBMS provides robust security features like authentication, authorization, and encryption to protect data from unauthorized access and ensure privacy.
How does a DBMS ensure data integrity?
DBMS enforces integrity constraints (e.g., primary keys, foreign keys, check constraints) to maintain the accuracy and consistency of data, ensuring it adheres to defined rules.