Introduction to Database - Technical MCQs

Q1:

The DBMS acts as an interface between what two components of an enterprise-class database system?

A Database application and the database

B Data and the database

C The user and the database application

D Database application and SQL

ANS:A - Database application and the database

The Correct answer is A, because DBMS is the system that manages the database, it means the base of data is not directly connected to the user but there is an application that we call a database application, which is used by the user so that he/she can access the base of data.