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.

Thameem said:   10 months ago
I think A is the right answer.

Sanjay Gupta said:   1 year 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.

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

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

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

Suganthi said:   6 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.

Bloom said:   7 years ago
Thanks for providing the general information of DDL.

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

Dev said:   9 years ago
DML is data manipulation language used to modify the datas.

Rajendra said:   10 years ago
DDL - Data Definition Language.


Post your comments here:

Your comments will be displayed after verification.