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 2 of 6.

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.

Prachi k. said:   1 decade ago
DBMS acts interface between database and db application because we save data in database and quickly get information of that database by solving query, eg rdbms is one of the application of dbms.

Sindhu said:   1 decade ago
Database application is what the user interacts with and the user to interact with database he makes use of an interface called dbms which explains about various standards in accessing database.

Swathi said:   1 decade ago
Data Base Management System is a software that create & insert some data in database by using database application by user...
And they retrieved data by using Structured Query languages...

Sikona said:   7 years ago
Database is a collection of related data, typically stored in a disk and accessible by many users while database management system is a software that create, store and manipulate data.
(3)

Deepika said:   1 decade ago
Dbms is the data base management system. It is used for storage of information in the form of tables. We use as a backend. Dbms is better then file system for storage of information.

Sundhar said:   1 decade ago
SQL is nothing but a database records and it having a dataset and dataset consist of tables and tables consist of rows and columns and rows and columns consist of datas or records.

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.

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.

APURVA SINGH said:   1 decade ago
"DBMS IS A COLLECTION OF PROGRAMS THAT ENABLE USERS TO CREATE AND MAINTAIN A DATABASE" i.e. act as a interface between database application and database.


Post your comments here:

Your comments will be displayed after verification.