0 votes
in Oracle by
What is a Synonym in Oracle terminology?

1 Answer

0 votes
by

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.

...