Hi Friends

Lets Understand What is Synonym


It is the Schema object which is the alternate name for the database object.
It avoids the Schema name entry to the database.


Syntax:-
Create Synonym <Synonym_name > For SCHEMA.OBJECT;

Example:- CREATE SYNONYM GHAN for SCOTT.GHAN;

NOTE :- Assuming GHAN is Database Table .

Comments

Popular posts from this blog

How to Customize AP Invoice Approval in Oracle Fusion cloud Application using Business Process Management(BPM)