Question: Write a script that inserts a new row into the Customers table for each customer stored in the NewCustomers.xml file thats in the Exercise Starts
Write a script that inserts a new row into the Customers table for each customer stored in the NewCustomers.xml file thats in the Exercise Starts directory.
To accomplish this, begin by storing the contents of the XML file in a variable of the XML type. Then, you can use an INSERT statement to insert the rows into the Customers table.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
