Edit this Page
A SELECT query is used to retrieve rows of data from a database table.
SELECT
Syntax: SELECT id, name, age, birthdate FROM people.
SELECT id, name, age, birthdate FROM people