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
4 months, 2 weeks agoOracle2020
10 months, 4 weeks agoauwia
1 year, 8 months agonautil2
1 year, 9 months agoRaNik69
1 year, 9 months agopiontk
1 year, 11 months agoivanadj
2 years ago