Web Data Management XQuery uses _______ to limit the extracted data from the XML documents. from-to predicates limit None of the from-to predicates limit None of the ANSWER DOWNLOAD EXAMIANS APP
Web Data Management The node is selected by following a ? path steps none of these both 1 and 2 path steps none of these both 1 and 2 ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Predicates are used to find the ? root child of a specific node parent of a specific node specific node root child of a specific node parent of a specific node specific node ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Each element and attribute has one parent only. True Not always true None of these False True Not always true None of these False ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Valid XML document means (most appropriate) ? the document has root element Each element must nest inside any enclosing element property the document contains atleast one or more root element the XML document has DTD associated with it & it complies with that DTD the document has root element Each element must nest inside any enclosing element property the document contains atleast one or more root element the XML document has DTD associated with it & it complies with that DTD ANSWER DOWNLOAD EXAMIANS APP
Web Data Management What is the right syntax of the doc() function ? doc("bookdetails.xml"); doc('bookdetails.xml') doc(bookdetails.xml); doc("bookdetails.xml") doc("bookdetails.xml"); doc('bookdetails.xml') doc(bookdetails.xml); doc("bookdetails.xml") ANSWER DOWNLOAD EXAMIANS APP