Hello All,

I have data in a well-formed xml file. I’d like to use the db2 load command load the data into a table. Would someone guide me on how to code the Load command to accomplish this task? Example:

Code:
<Person gender="Male">
  <Name>
    <Last>Cool</Last>
    <First>Joe</First>
  </Name>
  <Confidential>
    <Age
...