XML database: Difference between revisions

Content deleted Content added
Undid revision 929064918 by 41.34.85.64 (talk)
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 34:
 
=== Example of XML Type Query in IBM DB2 SQL ===
<sourcesyntaxhighlight lang="sql">
select
id, vol, xmlquery('$j/name', passing journal as "j") as name
Line 41:
where
xmlexists('$j[licence="CreativeCommons"]', passing journal as "j")
</syntaxhighlight>
</source>
 
== Native XML databases ==