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

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

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

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

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.

Thameem said:   3 years ago
I think A is the right answer.


Post your comments here:

Your comments will be displayed after verification.