Computer Science - Database Systems - Discussion

Discussion Forum : Database Systems - Section 2 (Q.No. 15)
15.
The language used in application programs to request data from the DBMS is referred to as the
DML
DDL
query language
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Sanjay Verma said:   6 years ago
@All.

Question is about the language used in application program which is "Query language" but DDL consist commands which use query language internally.

Sonal said:   1 decade ago
Answer should be (C) query language. Because query language is the language used by application program but DML is used by database.

SlipKnot said:   10 years ago
Answer: A. DML.

Because for requesting a data from database we use "SELECT" command which comes under DML.

Ali said:   10 years ago
DML is the language through which database is manipulated.

Post your comments here:

Your comments will be displayed after verification.