GeekArticles
ProgrammingPerforming DML Operations on XML Schema Based XMLType Views
Author: exforsys.com |
Published: 23rd May 2008 |
Visited: 247 times |
Add CommentFiled in: ProgrammingPerforming 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 practice is that the empSch_v view can be inherently updated, so you can perform DML operations against it without having to write INSTEAD-OF triggers.
Read Article Sponsored Links
Related Articles
• Advancing from Ajax Based Frameworks Frameworks have been in focus lately because of the integration of jQuery to Microsoft. Because of jQuery’ s feat and also of Microsoft frameworks were largely talked about again and compared. Unfortunately there are times wherein a developer would stand up and say the framework is better ...
• Ajax Based Websites in Wii Wii is the family favorite game console because of its simplicity, revolutionary user interaction and a highly competitive price. If PS3 and XBOX360 will lower their prices like that of Wii, Sony and Microsoft would be bankrupt. Wii has apparently caught everyone’s attention and their pock ...
• Using XMLType Views Using 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 readabili ...
• Schema Generator Utility to generate schema description from existing SQL Server data ...