Answer Posted / akshaya
DDL, DML and DCL are types of SQL commands
DDL: Data Definition Language.
DML: Data Manipulation Language.
DCL: Data Control Language.
DDL is used to CREATE, ALTER OR DROP the database objects
(Table, Views, Users).
DML is used to manipulate with the existing data in the
database objects.(insert, update, delete)
DCL is used to control the database transaction. Examples:
Grant and Revoke (In Oracle).
| Is This Answer Correct ? | 46 Yes | 2 No |
Post New Answer View All Answers
What does == mean in php?
What is abstract class in php?
What is the meaning of xdebug?
How many types of array are there in php?
What is difference between array_merge and array_combine in php?
Who created numbers?
What is slim framework?
What does the unset() function means?
Tell me in php, objects are they passed by value or by reference?
How to get useful error messages in php?
Does php support function overloading?
Tell me what is the use of "enctype" attribute in a html form?
What is php namespace?
Do loops php?
How to display your correct URL of the current web page?