does select statement come under the category of Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to SQL.
does select statement come under the category of Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to SQL.
MS T-SQL Select: http://msdn.microsoft.com/en-us/library/ms189499.aspx
ANSI SQL Select: http://www.rawos.com/odbc/sqlguide/index.html
Yes, T-SQL Select is an extended (and therefore likely proprietary) version of ANSI Select.