If the base table on which the view is defined contains not just an XML column but also relational columns with indexes, you should include those relational columns in the view definition.
Note that we included some of the relational columns in the view definition.
注意,我们在视图定义中包括了一些关系列。
3
These recommendations address the database schema, the choice between XML and relational storage, definition of indexes, and physical data organization with partitioning and clustering options.