Introduction
You use INSERT INTO multiple rows to add many new records to a table in one go. This saves time and makes your work easier.
When you want to add several new customers to your customer list at once.
When you have a list of new products to add to your store's inventory.
When you need to record multiple sales transactions that happened today.
When you want to quickly add several new employees to the company database.