I took failed by 1 point the Program Units Exam and I am retaking it in a weeks time. There was one question that stumps me that I am hoping someone could answer...
If a synonym is created by user Sally named "Apples" and then user Adam decides to create a table called "Apples", was is the result? What will happen when a user performs the following:
Select * from Apples;
Will it select from the table represented by the synonym or from the table "Apples"?
Thanks
Steffen
If a synonym is created by user Sally named "Apples" and then user Adam decides to create a table called "Apples", was is the result? What will happen when a user performs the following:
Select * from Apples;
Will it select from the table represented by the synonym or from the table "Apples"?
Thanks
Steffen