SQL SELECT & WHERE Statements

SQL SELECT Queries

The SELECT statement is used to select data from a database. The data returned is stored in a result table, called the result-set.

Scroll to Top