Query Columns « Select Query « SQL Server / T-SQL






1.Query a single column
2.A SELECT command returning all the columns and all the rows from the Employee table
3.Specific column names are defined in the query
4.Column aliases
5.Combine value from different columns
6.Specifying Items to Select from a Data Source