Database Developer Question:
Tell us 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
☛ COMMIT: To write and store the changes to the database
☛ ROLLBACK: To restore the database since the last commit
Previous Question | Next Question |
Tell us what is a FOREIGN KEY? | Do you know what is a Table in a Database? |