Why would I ever choose to store and manipulate XML in a relational database?

后端 未结 11 2045
谎友^
谎友^ 2020-12-08 03:38

Modern RDBMS\'s have support for XML column types and functionality for dealing with XML in stored procedures. Historically I would always have mapped hierarchical data (whe

11条回答
  •  时光说笑
    2020-12-08 04:15

    Let's say you have an entity that has attributes. You can store all those attributes in XML instead of creating a separate attribute table. The XML would be more flexible.

提交回复
热议问题