What is/are the syntax of ROLLBACK statement?

100. What is/are the syntax of ROLLBACK statement?

  1. ROLLBACK;
  2. ROLLBACK TO SAVEPOINT savepoint_name;
  3. Both A and B
  4. None of the above

Answer: C) Both A and B

Explanation:

The syntax of ROLLBACK statements are -

  1. ROLLBACK;
  2. ROLLBACK TO SAVEPOINT savepoint_name;

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.