Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 1z0-071 topic 1 question 13 discussion

Actual exam question from Oracle's 1z0-071
Question #: 13
Topic #: 1
[All 1z0-071 Questions]

You need to allow user ANDREW to:
1. Modify the TITLE and ADDRESS columns of your CUSTOMERS table.
2. GRANT that permission to other users.
Which statement will do this?

  • A. GRANT UPDATE ON customers.title, customers.address TO andrew;
  • B. GRANT UPDATE (title, address) ON customers TO andrew;
  • C. GRANT UPDATE (title, address) ON customers TO andrew WITH GRANT OPTION;
  • D. GRANT UPDATE ON customers.title, customers.address TO andrew WITH ADMIN OPTION;
  • E. GRANT UPDATE ON customers.title, customers.address TO andrew WITH GRANT OPTION;
  • F. GRANT UPDATE (title, address) ON customers TO andrew WITH ADMIN OPTION;
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
nejak
Highly Voted 1 year, 6 months ago
C is correct: WITH GRANT OPTION is necessary in this case
upvoted 5 times
...
MIGHTYSTUNNERS
Most Recent 1 week, 1 day ago
Selected Answer: E
E is also correct
upvoted 2 times
...
NSilva
2 weeks ago
Whats the difference between C & E ? C. GRANT UPDATE (title, address) ON customers TO andrew WITH GRANT OPTION; E. GRANT UPDATE ON customers.title, customers.address TO andrew WITH GRANT OPTION;
upvoted 1 times
...
Lee_jong_suk
5 months ago
C is correct! WITH GRANT OPTION now the user ANDREW can give grants to other users. GRANT UPDATE(TITLE) ON CUSTOMERS TO HR; If REVOKE UPDATE(TITLE,ADDRESS) ON CUSTOMERS FROM ANDREW is executed then eventually HR will also lose the grants.
upvoted 1 times
...
Chandra1104
1 year, 1 month ago
C is correct. The owner of an object can grant it to another user by specifying the WITH GRANT OPTION clause in the GRANT statement. In this case, the new grantee can then grant the same level of access to other users or roles. Here are three points to keep in mind about the WITH GRANT OPTION clause: https://www.oreilly.com/library/view/oracle-database-administration/1565925165/ch06s01s05s01.html#:~:text=The%20owner%20of%20an%20object,to%20other%20users%20or%20roles.
upvoted 1 times
...
tawa_z58
1 year, 3 months ago
C is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...