What is the right syntax of the doc() function ? doc('bookdetails.xml') doc("bookdetails.xml") doc(bookdetails.xml); doc("bookdetails.xml"); TRUE ANSWER : ? YOUR ANSWER : ?
Which of these share the same data model and supports the same functions and operators ? XQuery 1.0.1 and XPath 2.0.1 XQuery 1.1 and XPath 2.0 XQuery 1.0 and XPath 2.0 XQuery 1.0 and XPath 1.0 TRUE ANSWER : ? YOUR ANSWER : ?
In simple Type Built into XML schema Boolean type holds ? True ,False or 1,0 1,0 True/False and any number except 0 True, False TRUE ANSWER : ? YOUR ANSWER : ?
The syntax for parameter entity is < ENTITY % NAME DEFINITION> <! ENTITY % NAME DEFINITION> <! ENTITY $ NAME DEFINITION> < ENTITY % NAME DEFINITION> TRUE ANSWER : ? YOUR ANSWER : ?
The node is selected by following a ? both 1 and 2 none of these steps path TRUE ANSWER : ? YOUR ANSWER : ?
Which of these node is also known as "root" ? document comment elemen namespace TRUE ANSWER : ? YOUR ANSWER : ?
For which of theses the XQuery can't be used ? Generate summary reports Search Web documents for relevant information Transform XML data to XHTML None of these TRUE ANSWER : ? YOUR ANSWER : ?