Glossary - Web Terminology
A
I B
I C
I D
I E
I F
I G
I H
I I
I J
I K
I L
I M
I N
I O
I P
I Q
I R
I S
I T
I U
I V
I W
I X
I Y
I Z
|
Query
A query is a SQL SELECT statement that reads data from tables and views within the database, and returns the result set to the requester. Queries cannot change data within the database, use DML statements if you need to make changes.
|