Oracle Database 12c SQL 1z0-071 Question # 22 Topic 3 Discussion

Oracle Database 12c SQL 1z0-071 Question # 22 Topic 3 Discussion

1z0-071 Exam Topic 3 Question 22 Discussion:
Question #: 22
Topic #: 3

You need to allow user ANDREW to:

1. Modify the TITLE and ADDRESS columns of your CUSTOMERS table.

2. GRANT tha permission to other users.

Which statement will do this?


A.

GRANT UPDATE (title, address) ON customers TO andrew WITH ADMIN OPTION;


B.

GRANT UPDATE ON customers. title, customers.address TO andrew WITH GRANT OPTION;


C.

GRANT UPDATE ON customers.title, customers.address TO andrew WITH ADMIN OPTION;


D.

GRANT UPDATE (title, address) ON customers TO andrew;


E.

GRANT UPDATE ON customers. title, customers.address TO andrew;


F.

GRANT UPDATE (title, address) ON customers TO andrew WITH GRANT OPTION:


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.