0 votes
in Oracle by (13.1k points)
What is a Synonym in Oracle terminology?

1 Answer

0 votes
by (13.1k 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.

...