In its most simple form, the SELECT clause has the following SQL syntax for a Microsoft SQL Server database: SELECT * FROM ; This SQL query will select all columns and all rows from the table. For example: SELECT * FROM [Person].[Person]; This query selects all data from the Person table in the Person schema.More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.