Question: 4. Suppose we have a table called Person (P#, name). What is the output from the following sequence of DML commands with ROLLBACK and COMMIT.

 4. Suppose we have a table called Person (P#, name). What

4. Suppose we have a table called Person (P#, name). What is the output from the following sequence of DML commands with ROLLBACK and COMMIT. (4) INSERT INTO Person VALUES (1, 'Mary'); INSERT INTO Person VALUES (2, 'Jack'); COMMIT; INSERT INTO Person VALUES (3, 'Kate'); DELTE FROM Person WHERE P#-2; INSERT INTO Person VALUES (4, 'Mike); ROLLBACK; SELECT * from Person

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!