The SELECT statement retrieves information from one or more tables. Retrievals tend to be the most common database operation, so it's important to understand how SELECT works and what you can do with it.
Here you will find general instructions on how to write SELECT statements and how to use the various parts of its syntax to get the results you want.