Category Archives: SQL DDL, DML, DCL, TCL

SQL DDL, DML, DCL, TCL

DML, DDL, DCL, TCL in SQL Server

Different Types of Sql Statements:-   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 Select :- This Sql Statement is used … Continue reading

Posted in SQL DDL, DML, DCL, TCL, SQL Server | Tagged | 32 Comments