Which of the following is a characteristics of DBMS?
A. High level of Security
B. Single user Access only
C. Support ACID property
D. Minimum Duplication
Solution (By Examveda Team)
Here's an explanation to help you understand the DBMS question:The question asks about the characteristics of a DBMS (Database Management System). A DBMS is software that helps you manage and organize data in a database.
Let's look at the options:
Option A: High level of Security
This is CORRECT. DBMSs usually have features to protect data from unauthorized access and modifications. They offer ways to control who can see and change the data.
Option B: Single user Access only
This is INCORRECT. Most DBMSs are designed to allow multiple users to access the database at the same time. This is crucial for applications used by many people.
Option C: Support ACID property
This is CORRECT. The ACID properties (Atomicity, Consistency, Isolation, Durability) are a set of principles that guarantee reliable processing of database transactions. DBMSs aim to ensure these properties.
Option D: Minimum Duplication
This is CORRECT. A good DBMS helps to minimize data redundancy (duplication). Reducing redundancy saves storage space and helps maintain data consistency.
Therefore, the characteristics of DBMS are high level of Security , support ACID property and Minimum Duplication.
Related Questions on Miscellaneous in Database
Which of the following is a characteristics of DBMS?
A. High level of Security
B. Single user Access only
C. Support ACID property
D. Minimum Duplication
Find closure (AB) of given F.D
A→BC,E→CF,B→E and C→ EF
A. X^ + = {A, B}
B. X^ + = {A, C}
C. {AB}^ + = {A, B, C}
D. {AB}^ + = {A, B, C, E, F}
Chose the correct sentence in context of RDBMS.
A. A relation is order list of tuples
B. Mapping between two tables
C. Set of identical values
D. None of these

Join The Discussion