The SQL statement that queries or reads data from a table is____
A
Select
B
READ
C
QUERY
D
None of the above
Correct Answer: Select
The SQL Select statement returns a result set of records from one or more tables. Select is the most commonly used data manipulation language (DML) command.