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

Which of the following statements is true regarding the `SELECT` statement in SQL?
It's used to modify data in the database.
It's used to retrieve data from one or more tables.
It's used to create new tables.
It's not a standard part of SQL.

Explanation

The `SELECT` statement is used to retrieve data from one or more database tables.

Comments (0)

Advertisement