top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference Rename and Alias in context of SQL/Oracle?

0 votes
450 views
What is the difference Rename and Alias in context of SQL/Oracle?
posted Jul 29, 2015 by Archana

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

Rename is a permanent name given to a table or column where as Alias is a temporary name given to a table or column which does not exist once the SQL statement executed.

answer Jul 30, 2015 by Arun Gowda
...