News

Because XML data lends itself to a hierarchical structure rather than a relational structure, it may be difficult to store XML data in traditional relational database systems.
I have never done any serious SQL design before. Anyways I have to store a hierarchical data structure, similar to a tree in a SQL database.<BR><BR>Right now I simply add a "parent_id" column in ...