Overview
If you are starting to learn the T-SQL language then starting with the SELECT statement makes a great deal of sense. The SELECT statement is the core command to access data in SQL Server. The main components of a SELECT statement are:
SELECT can be combine with other statements to do the following:
You can either use the outline on the left or click on the arrows to the right or below to scroll through each of these topics.