Facebook
Home
Semester
5th Sem.
Telecommunication Fundamentals
DATA BASE MANAGEMENT SYSTEM
Contact us
Search
SELECT Statement
The SELECT statement is used to select data from a database.
The result is stored in a result table, called the result-set.
eg.
SELECT
column_name
,
column_name
FROM
table_name
;
and
SELECT * FROM
table_name
;
Sorry No animation Yet.
We are Working On this