Computer Science, asked by richapatnaik1123, 3 months ago

Consider table Customer(cid NUMBER(4), cname VARCHAR2(10)) is created in the database and has no records.
Refer to the below statements.
COMMIT;
INSERT INTO Customer VALUES(101, John');
INSERT INTO Customer VALUES(102, James');
DELETE FROM Customer WHERE cid=101;
INSERT INTO Customer VALUES(103, Mark');
ROLLBACK;
COMMIT;
How many records will be available in the customer table if the above statements are executed in sequential order.
Choose the most appropriate option.
Select one:
a. 1
b.2
c. 3
d.o​

Answers

Answered by comenowenjoy
0

Answer:

Report my all questions I give points and thanks

Similar questions