You need to insert two new products into the Product table. The first product is named Book and has an ID of 125. The second product is named Movie and has an ID of 126.
Which statement should you use?

You need to insert two new products into the Product table. The first product is named Book and has an ID of 125. The second product is named Movie and has an ID of 126.
Which statement should you use?
To insert two new products into the Product table, the correct SQL statement should specify the columns and their corresponding values for each row insertion separately. Option B does exactly that, with two separate INSERT INTO statements, each inserting one product with its ID and Name. This ensures each product is added to the Product table with the correct details.
I like how there isn't an option for E. XD
XDDDDDD
hahahaha