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 |
How to execute a stored procedure in oracle?
What privilege is needed for a user to create views in oracle?
what is candidate key & super key
What are synonyms used for ?
What is meant by raw datatype?
What is dual table oracle?
List out the components of logical database structure of oracle database.
What is oracle host variable?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?
How to execute a stored program unit?
 What are the oracle DML commands possible through an update strategy?