The ___ statement is used to save changes made to a table.
-
Save All
-
Save Now
-
Commit
-
Commits
C
Correct answer
Explanation
To save changes made to a table, the Commit statement can be issued. Commit is a part of TCL or Transaction Control Language. TCL statements are those statements that are used to save or cancel the changes made to a table. Commit is used for saving the changes whereas the rollback statement is used to cancel the changes. Oracle also provides the user to commit the changes automatically by typing the statement Set autocommit on.