1.

The syntax to create a synonym is:CREATE [PUBLIC] synonym_nameFOR [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?

A. PUBLIC
B. Synonym_name
C. Schema
D. Object_name
Answer» E.


Discussion

No Comment Found