What is referenced by the FROM statement in an SQL query?
- the row where the data is located
- the table containing the data
- the column where the data is located
- the database to be queried
Explanation & Hint:
The FROM statement in an SQL query specifies the table where data is stored. |