Could any one help me to convert the below data to table format.
<people>
<person>
<name>John Doe</name>
<age>21</age>
</person>
<person>
<name>Jane Smith</name>
<age>24</age>
</person>
</people>
Thanks in advance
Here is how you can get the data from the XML. You can use the query as a source for the insert statement to a table.
Result: