Sarvagya Gupta
8 months ago

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.

This Question Belongs to Database >> Miscellaneous In Database

Join The Discussion

Related Questions on Miscellaneous in Database