Explain what are synonyms used for?
Answer / Nupur Tandon
Synonyms in Oracle serve several purposes: 1) They provide a means to hide the complexity of the underlying object by providing an easier-to-remember name. 2) They allow users with different privileges to access the same data through their own synonym instead of directly accessing the original object. 3) They enable schema consolidation, as multiple schemas can reference the same underlying object using their respective synonyms.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to count duplicated values in a column in oracle?
What is a Data File ?
What is an external table?
What are the different oracle database objects?
what is the exact diiference between DBMS and RDBMS
What are the Referential actions supported by FOREIGN KEY integrity constraint ?
Explain self joins in oracle?
What is Java Pool in Oracle?
Explain coalesce function?
select trunc(round(156.00,-1),-1) from dual;
Explain the use of Merge statement in oracle 11g
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?