What is a Synonym ?
Answers were Sorted based on User's Feedback
Answer / guest
Synonym is an alternate name for a table or alternate name
for database object.It is used to provide an alternate name
for a table permanently.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / annu rajput
Synonym is global name for the database object.
it is used when we access the another user's object .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / s. senthil kumar
A synonym is an alias for a table, view, sequence or program
unit.
| Is This Answer Correct ? | 1 Yes | 0 No |
What privilege is needed for a user to create views in oracle?
Explain an index?
How to retrieve values from data fields in record variables?
Explain oracle instance.
How do I spool in oracle?
How to get execution path reports on query statements?
What are main difference between Stored Procedure and Functions.
What happens to the current transaction if the session is ended?
Why cursor variables are easier to use than cursors?
How to delete a column in an existing table?
What is cursor
What is difference between Rename and Alias?