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 is echo and print in php?
Is php 5 still supported?
What is the mysql injection?
Explain Booleans in PHP?
Does php need a closing tag?
How to delete an element from an array?
What is difference between ksort() and usort() functions.
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
Do you know how to declare an array in php?
What is the difference between public, protected and private?
What is uri routing?
What is the name of scripting engine in php?
How failures in execution are handled with include() and require() functions?
Explain how can php and javascript interact?
Can you convert php to html?