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 4 of 7.

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.

Chandra prakash said:   1 decade ago
Database is the collection of data which manage by DBA.

Vivek said:   2 decades ago
The database application will interact with database using quries and then it will produce a view in which result can be seen.

Karthik said:   2 decades ago
It is best to refer three tier architecture of the DBMS. DBMS acts as intermediator between database and application (sql query).

Suriya mca said:   1 decade ago
DBMS acts as an interface between Database application and the database because of user can interact with database application to store data in database.

Balaram Meher said:   1 decade ago
Database application is nothing but the application software which can access the database. So DBMS is the software which provide the platform to access the database through the application program.

Sony said:   1 decade ago
As DBMS is a database application s/w, it supports the interaction of database with database application and it provides construction, storing, modification etc on database.

Shankar said:   1 decade ago
It is best to refer three tier architecture of the DBMS. DBMS acts as intermediator between database and application (sql query).

Manoj Sharma said:   1 decade ago
Data base management system is an interface between data base administrater (DBA) and data.

Gajanan kulkarni said:   1 decade ago
Database application is s/w.it support interaction of database and database application, it provides the platform to store and access the data from database through the varies application programs.


Post your comments here:

Your comments will be displayed after verification.