SQL query | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | sql query,sql queries,query,queries,database query,database queries |
Related | Glossary: database, SQL, record |
Description | A request for information from a database, written in SQL (Structured Query Language). You use a SQL query to specify one or more conditions, and the result of the query is the set of records in the database that match those conditions. |
Tags | database |