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 / ankit

DDL (Data Definition Language) refers to the CREATE,
ALTER and DROP statements

DDL allows to add / modify / delete the logical structures
which contain the data or which allow users to access /
mantain the data (databases, tables, keys, views...). DDL is
about "metadata".

DML (Data Manipulation Language) refers to the INSERT,
UPDATE and DELETE statements

DML allows to add / modify / delete data itself.

DQL (Data Query Language) refers to the SELECT, SHOW and
HELP statements (queries)

SELECT is the main DQL instruction. It retrieves data you
need. SHOW retrieves infos about the metadata. HELP... is
for people who need help.

DCL (Data Control Language) refers to the GRANT and
REVOKE statements

DCL is used to grant / revoke permissions on databases and
their contents. DCL is simple, but MySQL's permissions are
rather complex. DCL is about security.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to set session.gc_divisor properly?

1097


What are php magic quotes?

973


Where is the functions php in wordpress?

1150


Do you know design patterns. List few?

1060


Is php a mvc?

997


What is composer used for?

997


What is the php function that removes the first element of the array and returns it?

1011


What are the data types in php?

1081


What is the phpstorm?

1030


What is singleton design pattern in php?

1040


What is variable declaration?

1000


What is difference between count or sizeof function in php?

1045


How is traits used in php?

1040


How to pass variables and data from php to javascript?

1090


write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.

2060