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:
64 comments Page 7 of 7.

Suriya mca said:   2 decades 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.

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).

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.

S.Balraj said:   2 decades ago
The database management system is the interface to save something on the database through SQL queries. The SQL queries may be generated by database applications. The database applications in many form like front end applications. For example:- library management application.


Post your comments here:

Your comments will be displayed after verification.