0 votes
in Oracle by

What is the difference between rename and alias?

1 Answer

0 votes
by

Rename is actually changing the name of an object whereas Alias is giving another name (additional name) to an existing object.

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.

Related questions

0 votes
asked Jul 12, 2020 in Sql by Robindeniel
0 votes
asked May 13, 2020 in Oracle by AdilsonLima
...