Multiple Choice
Agnes has been using XQuery to design queries using path expressions. Her next project will involve multiple source documents and require more complicated criteria. She has heard that a FLWOR structure could be effective for such cases, and comes to you for assistance in developing a FLWOR structure query.
-Agnes is confused by the rules about how many of each type of clause are required in a FLWOR structure. You tell her that in a FLWOR structure, there must be at least one _____ clause.
A) where
B) for
C) order by
D) return
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Agnes has been using XQuery to design
Q28: XQuery 3.0 provides a robust debugging technique
Q29: In general, a processor can run a
Q30: Alfonso has been working with XQuery, and
Q31: One option to format query results is
Q33: A(n) _ contains the declarations for namespaces,
Q34: In an XQuery variable declaration, text strings
Q35: In XQuery, the _ namespace is used
Q36: One way to query data from several
Q37: Agnes has been using XQuery to design