What is the purpose of SQL SELECT Query in Database?

Explain SQL SELECT statement in DataBase. What is the purpose of SQL SELECT Query?


Views: 3444 | Community Opinion: 3

Tags..  DataBase  SQL Queries

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 

A SELECT query is an inquiry into the database using the SELECT statement. A query is used to extract data from the database in a readable format according to the user's request.

For instance, if you have an employee table, you might issue a SQL statement that returns the employee who is paid the most. This request to the database for usable employee information is a typical query that can be performed in a relational database.



SELECT * FROM EMPLOYEE_TBL;




Shailendra Said..

Selct query use for extracting the data from database




vivek k Said..

To retrive a records from the database.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: