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.


January 01, 2008 08:17:48 #8
 patilpravin_1981   Member Since: December 2007    Total Comments: 29 

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