INTERVIEW QUESTIONS
XML
XQUERY
DETAILS
Question: WHich type of problems we can solved with XQuery?
Answer: We use XQuery to solve some queries in an XML data like: 1. Use XQuery to retrieve information in a web service. 2. Use XQuery to generate summary report. 3. Using XQuery we can transform data from XML to XHTML. 4. Use XQuery when we want some relevant information from Web documents.
|