Evaluate this query?Select e.emp_id from emp@wing e; What is "@wing" ? Is it a partition on emp table or a constraint on table emp?

Questions by Dino_Rocks

Showing Answers 1 - 9 of 9 Answers

Imran_Javed

  • May 13th, 2008
 

Its a DB link which is used to access tables which reside on another server.
From the above query you are trying to access emp table which is in "WING" schema.
WING being on other server.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions