Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - General Questions (Q.No. 22)
22.
SQL query and modification commands make up a(n) ________ .
DDL
DML
HTML
XML
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
15 comments Page 1 of 2.

Sanjay Gupta said:   3 years ago
In DDL, We can perform CREATE, DROP, RENAME, ALTER while In DML We can perform Insert, Update, Delete. So option B is the correct answer.

Jeevi said:   1 decade ago
DATA MANIPULATION LANGUAGE contains select, insert, update, delete. By using update query user can manipulate by using DML.

Wakabi solomon said:   7 years ago
DML- Data Manipulation Language. This is the answer because it helps in the modification of the data in a database. .

Suganthi said:   9 years ago
DML is using for insert, delete, update not for modify, the DDL are modify the column so I thing A is the answer.

Bhargavi maridu said:   1 decade ago
As ddl we cannot modify but here it used modification commands that means we can modify the data that is dml.

Parul spehia said:   8 years ago
DML compiler converts the high level queries into low level file access command known as compiled DML.

Surya said:   1 decade ago
To modifies the table or data we need DML like select, delete, update.

Neha nawlakhe said:   1 decade ago
Since, DML called data manipulation language. So it modifes the data.

Dev said:   1 decade ago
DML is data manipulation language used to modify the datas.

Md masum said:   7 years ago
The DDL are modified the column so I think A is the answer.


Post your comments here:

Your comments will be displayed after verification.