Saturday 21 September 2013

Commands of DDL, DML and TCL

Commands of DDL, DML and TCL?

DDL: Commands for defining relation schemas, deleting relations, creating indices and modifying relation schemas.
DML: Insert tuples, delete tuples, and modify tuples.

TCL: Commit a transaction, rolling back a transaction, and creating a Savepoint.

No comments:

Post a Comment