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
Does php require a web server?
Is php still relevant 2019?
Are parent constructors called implicitly inside a class constructor?
What is the main difference between asp net and php?
What is trim codeigniter?
What is final class and final method in php?
How to get number of days between two given dates using PHP?
What is a controller in php?
Write a program to display table of a number using php?
Why use php artisan serve?
Name and explain five of the PHP error constants?
Can we override static method in php?
How to open a file in php?
What are the main error types in php?
Which methods should be used for sending an email using the variables $to, $subject, and $body?