Oracle Database 12c SQL 1z0-071 Question # 69 Topic 7 Discussion

Oracle Database 12c SQL 1z0-071 Question # 69 Topic 7 Discussion

1z0-071 Exam Topic 7 Question 69 Discussion:
Question #: 69
Topic #: 7

You have the privileges to create any type of synonym.

Which stalement will create a synonym called EMP for the HCM.EMPLOYEE_RECORDS table that is accesible to all users?


A.

CREATE GLOBAL SYNONYM emp FOR hcm.employee_records;


B.

CREATE SYNONYM emp FOR hcm.employee_records;


C.

CREATE SYNONYM PUBLIC.emp FOR hcm.employee_records;


D.

CREATE SYNONYM SYS.emp FOR hcm.employee_records;


E.

CREATE PUBLIC SYNONYM emp FOR hcm. employee_records;


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.