How good are your query writing skills?
10 questionsget 8 correct to pass
Click the button below to start.
Question 1 of 10
How many parts does a single query string contain?
It depends on the formula
3 - the fid, operator, and value
5 - the fid, dbid, operator, separator, and value
Question 2 of 10
What operator indicates "Does not start with"
SW
NSW
XSW
XEX
Question 3 of 10
True or False, all operators must be capitalized.
True
False
Question 4 of 10
True or False, you cannot use a field reference in a query string (in a formula).
Question 5 of 10
Which operators can be used in between multiple query strings?
EX
OR
HAS
AND
OBF
Question 6 of 10
Which query string is in the correct format?
{22.EX.On Time}
{_fid_22.EX.'On Time'}
{22.EX.'On Time'}
{22.ex.'On Time'}
Question 7 of 10
Where might query strings be used?
Pipeline Advanced Query
Formulas
URLs
Report links
Webhooks
Summary fields
Question 8 of 10
How is the order of operation determined when multiple query formulas are joined with AND/OR?
The placement of commas between the query strings.
The use of curly brackets "{ }" around the strings.
The placement of parentheses "( )" around the query strings.
The line order from top to bottom.
Question 9 of 10
Which sentence best describes this query: ({16.IR.'today'}OR{16.IR.'yesterday'})AND{50.CT.'Not Started'}
Field ID 16 is before today or yesterday, and field ID 50 contains "Not Started".
Field ID 16 is during today, or field 16 is during yesterday and field ID 50 contains "Not Started".
Field ID 16 is during today or yesterday, and field ID 50 contains "Not Started".
None of the above
Question 10 of 10
I can get more information on writing queries from...
Quick Base Junkie
Quickbase
The back of a cereal box