Multiple Choice
The path expression _____ uses a predicate to select only those store elements from the gjc_stores.xml file that operate in the state of Colorado.
A) document() 'gjc_stores.xml') //store[state='CO']
B) doc('gjc_stores.xml') //state[store='CO']
C) doc('gjc_stores.xml') //store[state='CO']
D) document() 'gjc_stores.xml') //state[store='CO']
Correct Answer:
Verified
Related Questions
Q20: In the order by clause of a
Q21: One option to format query results is
Q22: The prolog of an XQuery document contains