Home / Programming MCQs / MySQL MCQs / Question
R
Q. ROLLBACK in a database is ________ statement ?
TCL (Transaction Control Language) statement. ROLLBACK is a TCL statement that is used to undo changes made in a transaction and to restore the database to its previous state before the transaction started. TCL statements are used to control the changes made by transactions in a database. The other TCL statements are COMMIT and SAVEPOINT.
You must be Logged in to update hint/solution
Which of the following is NOT available in MySQL
What does the ALTER TABLE Statement do?
The function load_defaults() reads the option files.
What is the best datatype for a column that is expected to store values up to 2 million?
What is a tuple in a relational database?
What is the join where all possible row combinations are produced?
In a LIKE clause, you can ask for any 6 letter value by writing
A procedure that involves REPAIR TABLE with the USE_FRM option must be done before upgrading.
Discusssion
Login to discuss.