Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL JOIN : Technical name for table identifier

When I use A.column name, B.Column name where A = Table A and B = Table B , what is the technical name for the A.Column name? Is it a prefix, identifier or what else?


1 Answers

I have always seen it called an alias.

Edit: Yeap!

like image 189
Patrick Harrington Avatar answered Sep 12 '26 02:09

Patrick Harrington