GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  SQL

 Print  |  
Question:  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.


September 09, 2008 01:12:25 #9
 sumanpani   Member Since: September 2008    Total Comments: 11 

RE: What is difference between Rename and Alias?
 
Rename means give the new name to existed objects alise is use to refrence to objects
     

 

Back To Question