Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can u make a synonym for deptno=10 only from emp table.

Answer Posted / preethi raju

Yes you can create a view for retrieving data of deptno=10 employees and you can create a synonym for it.

create or replace view v2 as select *from emp where deptno=10;

CREATE OR REPLACE SYNONYM sv2
FOR v2;

select *from sv2;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to join query for one source type is oracle another source type is sql server ?

2478


How to get execution path reports on query statements?

1042


State and explain about oracle instance?

1049


What are the attributes of cursor?

1104


How to empty your oracle recycle bin?

1072


How to import one table back from a dump file?

1081


What are temporal data types in oracle?

1164


What is a nested table?

1109


What are the predefined tablespaces in a database?

1140


How to open a cursor variable?

1085


How to login to the server without an instance?

1213


what is the difference between substr and instr function in oracle?

1140


What is transaction control statement and how many types of transaction control statement in Oracle?

1230


Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?

2266


How to get a list of all background sessions in the database?

1036