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 : Insert record in employee table for id
Step : Insert more record in employee table for id
Step : Create an Index on the Id column of the employee table
Step : Insert more record in employee table for id
Step : Rollback;
Step : Insert more record in employee table for id
Step : 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
