1.

Explain The Syntax Rules For Xquery.?

Answer»

A list of basic syntax rules for XQuery:

  • XQuery is case SENSITIVE.
  • Attributes and variables that we used should have valid XML names in XQuery elements.
  • XQuery should be written within SINGLE and double QUOTES.
  • XQuery variables should be defined as: $(variable name). For EXAMPLE: $book.
  • XQuery comment can be written between colon (:). like :(: Comment in XQuery:)

A list of basic syntax rules for XQuery:



Discussion

No Comment Found