GIS Dictionary
Browse dictionary
query expression
URL copied
Share URL
[programming]
A type of expression that evaluates to a Boolean (true or false) value, that is typically used to select those rows in a table in which the expression evaluates to true. Query expressions are generally part of a SQL statement.
Related Terms
expression
mathematical expression
operator
operand
query
SQL