Web Data Management XQuery is a language for finding and extracting the elements and attributes from ? tables files XML documents database tables files XML documents database ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Which are known as Atomic values ? nodes with no parent or children leaf nodes root node parent nodes nodes with no parent or children leaf nodes root node parent nodes 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
Web Data Management Predicates are used to find the ? child of a specific node root parent of a specific node specific node child of a specific node root parent of a specific node specific node ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Which of these are not valid path expressions of XPath ? / // $ @ / // $ @ ANSWER DOWNLOAD EXAMIANS APP
Web Data Management Which of these is not a valid XPath Axes ? ancestor followed following attribute ancestor followed following attribute ANSWER DOWNLOAD EXAMIANS APP