Home Forums SQL Server 2008 T-SQL (SS2K8) Alternative UPDATE Syntax RE: Alternative UPDATE Syntax
Pothiraj R
SSC-Addicted
Points: 486
More actions
April 16, 2013 at 5:14 am
#1606771
Alias names are optional. The main purpose of using table alias is better readablity. As per your scanario, the prefix of column names will help us to understand the table name. So it is not required.