DBA > Job Interview Questions > Oracle DBA Interview questions and Answers

What is difference between Rename and Alias?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is difference between Rename and Alias?

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.

(Continued on next question...)

Other Job Interview Questions