How to insert the bulk records into the table by using the loop.
Say the table name is employee and my requirement is to insert the 6 lakhs record into the table.
And once after inserting I need to check the records inserted into the table by using select query..
So I need a query to insert the 6 lakh records into the table by using the looping statement.
Regards,
Vinoth.