The SELECT
SELECT key word is used to select data from a table.
Syntax:
|
SELECT column_name(s) FROM
table_name |
|
SELECT Name, Father_Name FROM EMAIL |
The database table "email":
|
Name |
Father_Name |
Address |
|
Ram |
Sonu |
delhi-5 |
|
SELECT * FROM email |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: The SELECT statement for SQL View All Comments
Post your Comment