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 |
What is the function of Redo Log ?
Explain about functional dependency and its relation with table design?
How to drop a tablespace?
What is the data pump import utility?
How to convert character types to numeric types?
What are the ways tablespaces can be managed and how do they differ?
What is oracle update statement with inner join ?
how to unbreak sequence numbers during intereptions
Hi Every One , What is the table Space in Oracle Database ? waiting for answere and thankyou
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
How to use select statement to count the number of rows in oracle?
What are the tools for Oracle ?