36.7k views
3 votes
Which of the following are the advantages of a DBMS (database management system)?

A. A DBMS is scalable which makes it easier to meet the rapidly changing needs of a business enterprise.
B. Database systems can support enterprise-wide applications more effectively than file processing systems.
C. Effective database administration helps ensure that standards for data names, formats, and documentation are followed uniformly throughout an organization.
D. Systems that interact with a DBMS are relatively dependent of how the physical data is maintained.

User Mjsqu
by
5.4k points

1 Answer

5 votes

Answer:

A. is not an option definitely as DBMS is scalable but not like cloud database. It means the traditional database is not as good in scalability than cloud dbms. And its worse than RDBMS as well.

B. is correct as DBMS is better than processing systems, and hence B. is correct.

C. is correct as standards are definitely maintained may it be data names, formats as well as documentation,

D. DBMS stores everything in tables, and hence, its not dependent on the physical data maintenance definitely.

Hence, the above answer( B, C). However, the RDMBS is a better option definitely.

Step-by-step explanation:

The answer is self explanatory.

User RussAbbott
by
5.1k points