Home | Insert New Record | Login | Logout | |
FAQ
NEWS
FEEDBACK
HTML CSS PHP SQL
SQL Select data from a database.
Welcome !
SQL Select data from a database.

SQL Select data from a database - SQL Tutorial

SELECT statement is used to select data from a database. You can also use them to query the database for a specific set of data.
The data returned is stored in a result table, called the result-set.

Basic syntax of the SELECT statement, example:

SELECT column1, column2, columnB
FROM table_name
WHERE [CONDITION|EXPRESSION];

Users replays
0 results
- Add your answer -