Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: synonyms for table columns - are they possible?

Re: synonyms for table columns - are they possible?

From: YogitaT <yogitat_at_aol.com>
Date: 1997/05/15
Message-ID: <19970515214101.RAA17458@ladder02.news.aol.com>#1/1

U can create sysnonyms for table colums also with the same create synonym i.e DDL command like create synonym x for emp.empno_at_corp;if it is remote database or by create synonym x for emp.empno; Received on Thu May 15 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US