Solved

Identify the Letter of the Choice That Best Matches the Phrase

Question 10

Matching

Identify the letter of the choice that best matches the phrase or definition.

Premises:
Used to terminate declarations in an XQuery prolog
Contains the query to be executed
Standard method for creating structured documentation
Used to set up fundamental properties of a query
Used to start a variable name
Saxon parameter used to create easily readable result text
Last clause in a FLWOR structure
Declaration used to create a variable in an XQuery prolog
First clause in a FLWOR structure
Keyword used to create a parameter whose value is assigned by the XQuery processor
Responses:
prolog
!indent=yes
declare variable
$
;
xqdoc
for
main module
return
external

Correct Answer:

Used to terminate declarations in an XQuery prolog
Contains the query to be executed
Standard method for creating structured documentation
Used to set up fundamental properties of a query
Used to start a variable name
Saxon parameter used to create easily readable result text
Last clause in a FLWOR structure
Declaration used to create a variable in an XQuery prolog
First clause in a FLWOR structure
Keyword used to create a parameter whose value is assigned by the XQuery processor
Related Questions