Computer Science for IGCSE & O level - Databases (Section 1 - No. 3)

Which of the following is true about the `FROM` clause in an SQL query?
It specifies which table to query.
It specifies the conditions for filtering.
It specifies the fields to be retrieved.
It is an optional clause.

Explanation

The `FROM` clause specifies the table from which to retrieve data.

Comments (0)

Advertisement