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 is sharded cluster?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?
How to write date and time literals in oracle?
Explain table?
Differentiate between TRUNCATE and DELETE?
Where is the export dump file located?
which is the best training centre for learning oracle?
How to write numeric literals in oracle?
5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
 What are the oracle DML commands possible through an update strategy?
How to create a stored procedure in oracle?