Correct answer are: A,D,F.
Before SAVEPOINT b; command was issued, content of the table is:
SQL> SELECT * FROM product;
PCODE PNAME
------ --------------------
10 pen
3 fountain pen
The command "ROLLBACK TO SAVEPOINT b; " returns the table to the state created by the SAVEPOINT b;
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Rafafm
2 months, 3 weeks agoOracle2020
9 months agoauwia
1 year, 6 months agonautil2
1 year, 7 months agoRaNik69
1 year, 7 months agopiontk
1 year, 10 months agoivanadj
1 year, 10 months ago