Which of the following is a benefit of DBMS? MCQ with Answer and Explanation

Which of the following is a benefit of DBMS?
A. Limited data access
B. Higher data redundancy
C. Increased data inconsistency
D. Data sharing among multiple users
Answer: Option D
Solution (By JKExamLibrary)
DBMS allows controlled data sharing while maintaining integrity and security.

This question belongs to: Computer Database Management System (DBMS)

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Database Management System (DBMS) Questions

Question #1 Report Error
What is the purpose of a Foreign Key?
A. To sort data
B. To uniquely identify records
C. To link two tables and enforce referential integrity
D. To create indexes

Correct Answer: Option C


Explanation:
A foreign key establishes a relationship between tables and maintains referential integrity.

This question belongs to: Computer Database Management System (DBMS)
Question #2 Report Error
What is a primary key in a database table?
A. A key that references a column in another table
B. A key that can contain duplicate values
C. A key that uniquely identifies each row in a table
D. A key that is always numeric

Correct Answer: Option C


Explanation:
A primary key is a column or set of columns that uniquely identifies each row in a table, ensuring entity integrity.

This question belongs to: Computer Database Management System (DBMS)
Question #3 Report Error
Which type of database storage anomaly occurs when adding new data to a table is blocked because other unrelated data is missing?
A. Insertion Anomaly
B. Deletion Anomaly
C. Modification Anomaly
D. Update Anomaly

Correct Answer: Option A


Explanation:
An Insertion Anomaly occurs when certain facts cannot be recorded in a database table without falsely manufacturing or requiring the presence of other unrelated facts.

This question belongs to: Computer Database Management System (DBMS)