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.

Ritu singh said:   1 decade ago
DML called data manipulation language.

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

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

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.

Kwesi said:   1 decade ago
So what is the full meaning of ddl?

Rajendra said:   1 decade ago
DDL - Data Definition Language.

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

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

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

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.


Post your comments here:

Your comments will be displayed after verification.