Computer Science, asked by Anonymous, 10 months ago

explain ddl tcl statements??​

Answers

Answered by ytanwer510
1

Explanation:

DDL, DML, DCL and TCL Commands in Sql Server

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

DDL. DDL is abbreviation of Data Definition Language. ...

DCL. DCL is abbreviation of Data Control Language. ...

TCL. TCL is abbreviation of Transactional Control Language.

Answered by rose5694
1

Answer:

DDL is Data Definition Language

CREATE

DROP

ALTER

RENAME

TRUNCATE

TCL is Transaction Control Language

START TRANSACTION

COMMIT

ROLLBACK

Similar questions