Home »
MCQs »
SQL MCQs »
SQL Concatenate, Savepoint, TIME MCQs
Select the correct syntax for Savepoint
7. Select the correct syntax for Savepoint.
- Mysql > Transaction ini;
- Mysql > &Savepoint;
- Mysql > START Transaction;
- Mysql > Savepoint ini;
Answer: D) Mysql > Savepoint ini;
Explanation:
Mysql > Savepoint ini; is the correct syntax for Savepoint.