Pages

Wednesday, August 14, 2013

SQL SERVER – What is – DML, DDL, DCL and TCL – Introduction and Examples | Journey to SQL Authority with Pinal Dave

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… Continue Reading...

Source: SQL SERVER – What is – DML, DDL, DCL and TCL – Introduction and Examples | Journey to SQL Authority with Pinal Dave

No comments:

Post a Comment