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
List data types in PHP?
What is difference between md5 and SHA256?
Where to put php files in apache server?
How to use http headers inside php?
How to write a program to make chess?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
Does exist in php?
What is the purpose of constant() function?
What are the differences between require and include?
How to join multiple strings into a single string?
Explain me what is the importance of "method" attribute in a html form?
What is the use of $_server and $_env?
What is the use of preg_match in php?
What is the most convenient hashing method to be used to hash passwords?
How do I get csrf token?