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

1 Answer

0 votes
by (14.2k 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.6k points)
0 votes
0 votes
0 votes
asked Mar 23 in Oracle by john ganales (14.2k points)
0 votes
asked Mar 23 in Oracle by john ganales (14.2k points)
0 votes
0 votes
asked Mar 23 in Oracle by john ganales (14.2k points)
...