Select
The SELECT statement is used to select data from a database. The result is stored in a result table, called the result-set.
Syntax:
SELECT column_name(s)
FROM table_name
The SELECT statement is used to select data from a database. The result is stored in a result table, called the result-set.
Syntax:
SELECT column_name(s)
FROM table_name
0 comments:
Post a Comment