Computer Science for IGCSE & O level - Databases (Section 5 - No. 42)

What is the purpose of the 'FROM' clause in an SQL query?
To specify the columns to be retrieved.
To specify the table(s) to retrieve data from.
To filter the results based on conditions.
To order the results.

Explanation

The FROM clause indicates which table or tables the query will retrieve data from.

Comments (0)

Advertisement