SQL TUTORIALS-
SQL Aliases
Introduction-
-✅SQL Aliases are used to rename columns or tables temporarily in a query for better readability.
ID | Name | SALARY | DEPARTMENT |
---|---|---|---|
1 | ANNI | 20000 | IT |
2 | SUJAN | 25000 | HR |
3 | BOULT | 30000 | FINANCE |
4 | POOJA | 35000 | SALES |