Select (SQL)

Edit this Page

A SELECT query is used to retrieve rows of data from a database table.

Syntax: SELECT id, name, age, birthdate FROM people.