Database - Introduction to SQL - Discussion
Discussion :: Introduction to SQL - General Questions (Q.No.22)
22. |
SQL query and modification commands make up a(n) ________ . |
[A]. |
DDL | [B]. |
DML | [C]. |
HTML | [D]. |
XML |
Answer: Option B
Explanation:
No answer description available for this question.
|
Ritu Singh said:
(Dec 9, 2010)
|
|
DML called data manipulation language. |
Neha Nawlakhe said:
(Sep 27, 2011)
|
|
Since, DML called data manipulation language. So it modifes the data. |
Jeevi said:
(Sep 7, 2012)
|
|
DATA MANIPULATION LANGUAGE contains select, insert, update, delete. By using update query user can manipulate by using DML. |
Bhargavi Maridu said:
(Nov 30, 2012)
|
|
As ddl we cannot modify but here it used modification commands that means we can modify the data that is dml. |
Kwesi said:
(Jul 2, 2013)
|
|
So what is the full meaning of ddl? |
Rajendra said:
(Jul 23, 2013)
|
|
DDL - Data Definition Language. |
Dev said:
(Apr 9, 2014)
|
|
DML is data manipulation language used to modify the datas. |
Surya said:
(May 28, 2015)
|
|
To modifies the table or data we need DML like select, delete, update. |
Bloom said:
(Sep 14, 2016)
|
|
Thanks for providing the general information of DDL. |
Suganthi said:
(Jan 25, 2017)
|
|
DML is using for insert, delete, update not for modify, the DDL are modify the column so I thing A is the answer. |
Parul Spehia said:
(Apr 4, 2017)
|
|
DML compiler converts the high level queries into low level file access command known as compiled DML. |
Md Masum said:
(Jan 17, 2019)
|
|
The DDL are modified the column so I think A is the answer. |
Wakabi Solomon said:
(Feb 8, 2019)
|
|
DML- Data Manipulation Language. This is the answer because it helps in the modification of the data in a database. . |
Sanjay Gupta said:
(Mar 15, 2022)
|
|
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:
(May 6, 2022)
|
|
I think A is the right answer. |