Question: The testing team wants to test some test cases against the employee table. The tester implemented the following steps in the order shown. The employee

The testing team wants to test some test cases against the employee table. The tester implemented the following steps in the order shown. The employee table is initially empty.
Step 1: Insert 1 record in employee table for id =100
Step 2: Insert 1 more record in employee table for id =101
Step 3: Create an Index on the Id column of the employee table
Step 4: Insert 1 more record in employee table for id =102
Step 5: Rollback;
Step 6: Insert 1 more record in employee table for id =103
Step 7: Commit;
After performing these steps sequentially, to see the records in the table, the following query is run:
Select * from employee;
How many records are in the employee table?

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!