Oracle Developer Question:

Explain What are synonyms used for?

Answer:

Synonyms are used to :
Mask the real name and owner of an object. Provide public access to an object Provide location transparency for tables,views or program units of a remote database. Simplify the SQL statements for database users.

Read All 58 Oracle Developer Questions
Previous QuestionNext Question
What is a Public Synonyms?Explain an Index?