(Please don’t copy and paste from previous answers for thisquestion on here)
Write a script that inserts a new row into the Customers tablefor each customer stored in the NewCustomers.xml file that’s in theExercise Starts directory.
To accomplish this, begin by storing the contents of the XMLfile in a variable of the XML type. Then, you can use an INSERTstatement to insert the rows into the Customers table.
Expert Answer
An answer will be send to you shortly. . . . .