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...


Define the term DML, DDL and DTL?



Define the term DML, DDL and DTL?..

Answer / mohammad ali

DML

DML is abbreviation of Data Manipulation Language. It is
used to retrieve, store, modify, delete, insert and update
data in database.

Examples: SELECT, UPDATE, INSERT statements

DDL

DDL is abbreviation of Data Definition Language. It is used
to create and modify the structure of database objects in
database.

Examples: CREATE, ALTER, DROP statements

DCL

DCL is abbreviation of Data Control Language. It is used to
create roles, permissions, and referential integrity as well
it is used to control access to database by securing it.

Examples: GRANT, REVOKE statements

TCL

TCL is abbreviation of Transactional Control Language. It is
used to manage different transactions occurring within a
database.

Examples: COMMIT, ROLLBACK statements

Is This Answer Correct ?    30 Yes 6 No

Post New Answer

More SQL Server Interview Questions

How to receive output values from stored procedures?

0 Answers  


How can windows applications connect to sql servers via odbc?

0 Answers  


How to write an inner join with the where clause in ms sql server?

0 Answers  


What are the different ways of moving data/databases between servers and databases in SQL Server?

1 Answers  


How to find the login name linked to a given user name?

0 Answers  


What is a DBMS, query, SQL?

0 Answers   Maveric,


what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

0 Answers  


What is a print index?

0 Answers  


what is a correlated sub-query? : Sql server database administration

0 Answers  


How do I start sql server?

0 Answers  


How does a profiler work?

0 Answers  


What is transaction server isolation?

0 Answers  


Categories