In SQL, the command ________ is used to permanently save changes made by the current transaction.
- BEGIN TRANSACTION
- COMMIT
- ROLLBACK
- SAVEPOINT
The COMMIT command in SQL is used to permanently save changes made by the current transaction.
Loading...
Related Quiz
- _________ tracking involves appending session ID information to every URL.
- At which point in the request processing are filters applied in a web application?
- Filters can be applied to __________ or __________ resources in a web application.
- The strategy of storing only the differences from the main data set in cache is known as __________ caching.
- Which interface must a class implement to act as a filter in a web application?