Creating a Public Synonym : Synonym « User Previliege « Oracle PL / SQL






Creating a Public Synonym

  

create public synonym employees for hr.employees;

   
  








Related examples in the same category

1.Create synonym for table
2.Creating a Private Synonym
3.drop synonym addresses;
4.drop public synonym;
5.create synonym for a view
6.Create synonyms for dropped tables
7.Viewing synonyms and what they reference.