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:
58 comments Page 3 of 6.

Soumya Kanta Rautaray 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.

Pallavi said:   1 decade ago
Backend means our database where we can store our data through the user interactive application and that application is known as the the frontend.

Kedir said:   9 years ago
DBMS is a software package used for providing efficient, convenient & safe multi-user & access to massive amount of persistent data.

Pavithra said:   1 decade ago
DBMS is database management system. It is acts as an interface b/w user and database. By using DB we can store data in the form of tables.
(1)

Basavaraj hunshal said:   1 decade ago
User uses Database application (present at client side) for his/her operation with Database present at server. So, correct answer is C.

Anu said:   1 decade ago
Database is used to maintain the data. Database application works by using the DB. So, there should be an interface that is DBMS.

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

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

Mahesh said:   1 decade ago
DBMS is an s\w system that allow user to access the data contained in database.

DBMS act as an interface b/w user and database.

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


Post your comments here:

Your comments will be displayed after verification.