Is it possible to use sql to create objects like in xml? E.g. How would the following (giving napoleon india's trait as well as his own) be translated to sql?
<GameData>
<Leader_Traits>
<Row>
<LeaderType>LEADER_NAPOLEON</LeaderType>
<TraitType>TRAIT_POPULATION_GROWTH</TraitType>
</Row>
</Leader_Traits>
</GameData>
<GameData>
<Leader_Traits>
<Row>
<LeaderType>LEADER_NAPOLEON</LeaderType>
<TraitType>TRAIT_POPULATION_GROWTH</TraitType>
</Row>
</Leader_Traits>
</GameData>