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

What does the `SELECT` statement in SQL typically do?
Adds new data to a table.
Retrieves data from one or more tables.
Updates existing data in a table.
Deletes data from a table.

Explanation

The `SELECT` statement is used to query and retrieve data from database tables.

Comments (0)

Advertisement