in Oracle by (13.9k points)
What is a Synonym in Oracle terminology?

1 Answer

0 votes
by (13.9k points)

A synonym which is also known as an alias is an identifier that can be used to reference another database object in a SQL statement. A table, view, sequence are the types of database objects that can be created for a synonym.

Related questions

0 votes
asked Mar 26 in Oracle by Robin (14.5k points)
0 votes
0 votes
...