Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is DDL and DML?

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


Please Help Members By Posting Answers For Below Questions

Does php require a web server?

1016


Is php still relevant 2019?

1010


Are parent constructors called implicitly inside a class constructor?

1008


What is the main difference between asp net and php?

1066


What is trim codeigniter?

1025


What is final class and final method in php?

1108


How to get number of days between two given dates using PHP?

945


What is a controller in php?

1050


Write a program to display table of a number using php?

991


Why use php artisan serve?

1018


Name and explain five of the PHP error constants?

1001


Can we override static method in php?

1142


How to open a file in php?

1125


What are the main error types in php?

1127


Which methods should be used for sending an email using the variables $to, $subject, and $body?

1204