Glossaria.net

Glossary Visual Basic / Term

select query

select query

A query that asks a question about the data stored in your tables and returns a Recordset or rdoResultset object without changing the data. Once the Recordset or rdoResultset data is retrieved, you can examine and make changes to the data in the underlying tables. In contrast, action queries can make changes to your data, but they don't return data records.

Permanent link select query - Creation date 2020-06-07


< seed Glossary / Visual Basic self-join >