Objectname - Table, View, Sequence, Materialized view, Type, Procedure, Function - Oracle
Q. The syntax to create a synonym is:
CREATE [PUBLIC] synonym_name
FOR [schema.]object_name[@database_link_name];
In this syntax what specifies either a table, view, sequence, materialized view, type, procedure, function or package as appropriate?- Published on 04 Aug 15a. PUBLIC
b. Synonym_name
c. Schema
d. Object_name
ANSWER: Object_name