GeekArticles
ProgrammingUsing XMLType Views
Author: exforsys.com |
Published: 23rd May 2008 |
Visited: 188 times |
Add CommentFiled in: ProgrammingUsing XMLType Views
Using XMLType Views XMLType views provide a convenient way to construct XML representations of relational data without physically migrating that data into XML. Once written, an XMLType view may be used in various queries, making them simpler and so increasing their readability.
Read Article Sponsored Links
Related Articles
• Performing DML Operations on XML Schema Based XMLType Views Performing DML Operations on XML Schema-Based XMLType Views
Analyzing the underlying query of the empSch_v view discussed in the preceding section, you may note that each attribute of the EMP_T object used in the select list maps to a certain column of a single table, namely emps. What this means in ...
• updatable views Hi Tom,
I'm facing a problem with updateable views and instead of triggers.
I've to deal with a "big" table, more than 300 columns and hundred thousands
of records.
I would like to replace this table with a view and splitting the "big"
t ...
• Performing DML Operations on XML Schema Based XMLType Views Performing DML Operations on XML Schema-Based XMLType Views
Analyzing the underlying query of the empSch_v view discussed in the preceding section, you may note that each attribute of the EMP_T object used in the select list maps to a certain column of a single table, namely emps. What this means...
• Using XMLType for Handling XML Data in the Database Using XMLType for Handling XML Data in the Database
Being an object type, XMLType can not only be used to store XML data in the database but also to operate on that data via its built-in methods. Regardless of the storage model you choose, XMLType provides a set of XML-specific methods to operate.. ...