DML
525 pts.
0
Q:
DML
What is DML.How to use DML in AS400. What is the advantage of using it?
ASKED: Aug 29 2008  10:18 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
265 pts.
0
A:
 RATE THIS ANSWER
+2
Click to Vote:
  •   2
  •  0
  • AddThis Social Bookmark Button
SQL is divided in three types of commands: DDL, DML and DCL.

DDL is Data Definition Language (CREATE, ALTER).

DML is Data Manipulation Language (SELECT, INSERT, UPDATE and DELETE).

DCL is Data Control Language (GRANT, REVOKE).
Last Answered: Aug 29 2008  5:42 PM GMT by RodneyKrick   265 pts.
Latest Contributors: Mrdenny   46795 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Tpinky   4165 pts.  |   Aug 29 2008  3:17PM GMT

Hello,

This portion of the SQL standard is concerned with manipulating the data in a database as opposed to the structure of a database. The core verbs for DML are SELECT, INSERT, DELETE, UPDATE, COMMIT and ROLLBACK.

You can look at this website to read more information …

 <a href="http://www.geekinterview.com/question_details/12782" title="http://www.geekinterview.com/question_details/12782" target="_blank">http://www.geekinterview.com/question_de…</a>

 
0