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 |
Why do we need oracle client?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What is transaction control statement and how many types of transaction control statement in Oracle?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
Explain index?
What is oracle sid?
Explain the difference between a procedure and a function? What do you understand by those terms?
Does oracle database need java?
Respected sir, Please send me technical questions related to oracle apps..
Can you create a synonym without having a table?
What are joins..how many types of joins are there?
29 Answers Amdocs, CSC, TCS,
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions