What are the forms of aliasing an attribute in T-SQL?

Below are the syntaxs of aliasing in T-SQL, you can use any one of three

  1. <expression> AS <alias>
  2. <expression> <alias>
  3. <alias> = <expression>

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.