What is XQuery primarily used for?
Which type of data does XQuery work with?
What does FLWOR stand for in XQuery?
Which symbol is used to define a variable in XQuery?
Which keyword is used to assign a value in XQuery?
What does the typeswitch expression in XQuery do?
Which function is used to retrieve the length of a string?
What will substring("XQuery", 2, 3) return?
What does the empty() function return?
What is the purpose of exists() in XQuery?
What is a primary benefit of using XQuery modules?
How do you handle runtime errors in XQuery?
Which function raises a user-defined error in XQuery?
How can you define a function in a module?
What does the fn:collection() function do?