Computer Science for IGCSE & O level - Databases (Section 4 - No. 43)

In SQL, what does the FROM clause specify?
The conditions to apply.
The table to retrieve data from.
The order to sort the results.
The fields to select.

Explanation

The FROM clause indicates the table from which data should be retrieved.

Comments (0)

Advertisement