Thursday 10 March 2016

Aliases Name

The name given to the table or column for temporary result set.

Example

Select EMP_Name as Employee_Name From EMP_DATABASE;


Select ABC.EMP_NAME From EMP_DATABASE as ABC;

 

No comments:

Post a Comment