Database - Introduction to Database - Discussion

Discussion Forum : Introduction to Database - General Questions (Q.No. 1)
1.
The DBMS acts as an interface between what two components of an enterprise-class database system?
Database application and the database
Data and the database
The user and the database application
Database application and SQL
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
62 comments Page 7 of 7.

Tanuja said:   2 months ago
Good, thanks all for explaining the answer.

Althaf basha said:   2 weeks ago
It allows applications to interact with the database using queries (like SQL).

The application sends a request → DBMS processes it → database returns the result.

So, the DBMS is the interface between the application and the database.

A database is a collection of related data that is held in a database where the users of that database can manipulate it.

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.


Post your comments here:

Your comments will be displayed after verification.