What is a public synonym?
Answer / basanti
Synonym is an alias for a object of a database.
It can be created for TABLE or VIEW.
There are two type of synonym PRIVATE and PUBLIC.
public synonym is created by a keyword public.
public synonym is accessible to any schema in the database.
Syntax to create public synonym:
CREATE PUBLIC SYNONYM synonym_name FOR object_name;
| Is This Answer Correct ? | 0 Yes | 0 No |
How to increment dates by 1 in oracle?
How to enter a new row into a table interactively?
What does COMMIT do ?
How to create an oracle database manually?
does the query needs a hint to access a materialized view?
Explain database link?
How to open a cursor variable?
What is Redo Log Buffer in Oracle?
How to display the hierarchy of employee and managers without using connect by prior.
How do I know if oracle client is installed on windows?
How will you identify oracle database software release?
What is data file?