InterviewSolution
Saved Bookmarks
| 1. |
What Are The Different Tcl Commands In Sql? |
|
Answer» TCL commands are used to MANAGE the changes made by DML STATEMENTS. COMMIT: To WRITE and store the changes to the database ROLLBACK: To restore the database SINCE the LAST commit TCL commands are used to manage the changes made by DML statements. COMMIT: To write and store the changes to the database ROLLBACK: To restore the database since the last commit |
|