XDR-ANALYST · Question #37
What contains a logical schema in an XQL query?
The correct answer is C. Field. A logical schema in an XQL query is a field, which is a named attribute of a dataset. A field can have a data type, such as string, integer, boolean, or array. A field can also have a modifier, such as bin or expand, that transforms the field value in the query output. A field…
Question
What contains a logical schema in an XQL query?
Options
- ABin
- BArray expand
- CField
- DDataset
How the community answered
(39 responses)- A8% (3)
- B13% (5)
- C77% (30)
- D3% (1)
Explanation
A logical schema in an XQL query is a field, which is a named attribute of a dataset. A field can have a data type, such as string, integer, boolean, or array. A field can also have a modifier, such as bin or expand, that transforms the field value in the query output. A field can be used in the select, where, group by, order by, or having clauses of an XQL query.
Topics
Community Discussion
No community discussion yet for this question.