Write a select statement to retrieve all records from the Cu…

Write a select statement to retrieve all records from the Customers table (exclude the id column), and insert the retrieved results in the Customers table 100 times (without manually executing it 100 times). How many no of records there will be once the insert statement is executed.