Given the table created in Question 6, which of the following commands can Juan use to create

Question:

Given the table created in Question 6, which of the following commands can Juan use to create a synonym that allows anyone to access the table without having to identify his schema in the table reference?
a. CREATE SYNONYM thetable
     FOR juan.mytable;
b. CREATE PUBLIC SYNONYM thetable
     FOR mytable;
c. CREATE SYNONYM juan
    FOR mytable;
d. None of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: