True queries

A true query is a query that only uses the true expression. The query engine uses the first Unique key defined in the key list to process the query and then returns all records in the database. If no Unique key is defined, Service Manager uses the first key. Although a true query quickly and efficiently returns results, the results include all records in the table and do not specify only records you want to view.

Related topics

Nonkeyed queries
Partially keyed queries
Stored queries

Retrieve all records in a table

Tuning: Fully keyed queries