Hi Guru's,
Can we create synonym with some columns of a table in oracle 11g like below ?
i have table: emp1 with column names empno, ename, job, mgr,hiredate,sal,comm, deptno
i need to create a synonym with this column names empno, ename, sal, deptno. [I know view is the best option for this,but i need to know whether is it possible with synonym or not]
thanks in Advance