Question: Write a script that: 1. creates a table named TrainingProcedures (columns needed are listed below) Column1: TrainingProceduresID -- int & set to an identity column
Write a script that:
1. creates a table named TrainingProcedures (columns needed are listed below)
Column1: TrainingProceduresID -- int & set to an identity column
Column2: an XML column named Procedures
2. inserts the XML document shown below into the table
3. selects all records from this table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
