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>

Comments

Archive

Contact Form

Send