InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Rename And Alias? |
|
Answer» RENAME is a PERMANENT name given to a table or a column whereas ALIAS is a temporary name given to a table or column. Rename is nothing but replacement of name and Alias is an ALTERNATE name of the table or column. Rename is a permanent name given to a table or a column whereas Alias is a temporary name given to a table or column. Rename is nothing but replacement of name and Alias is an alternate name of the table or column. |
|