InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Rename And Alias? |
|
Answer» RENAME is a PERMANENT NAME given to a table or column whereas Alias is a temporary name given to a table or column which do not exist once the SQL STATEMENT is executed. Rename is a permanent name given to a table or column whereas Alias is a temporary name given to a table or column which do not exist once the SQL statement is executed. |
|