SQL ALIAS

SQL ALIAS is used to rename the table names and column headings temporarily. In Tables, sometimes column names will not be user-friendly. So, we have to change them. For instance, we store [First Name] as either [FirstName] or [First_Name]. When we read that first name data, it was annoying to see the column heading like … Read more