exam questions

Exam 1z0-071 All Questions

View all questions & answers for the 1z0-071 exam

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 🗳️
Community vote distribution
C (71%)
E (29%)

Comments

Chosen Answer:
This is a voting comment. You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nejak
Highly Voted 2 years, 5 months ago
C is correct: WITH GRANT OPTION is necessary in this case
upvoted 7 times
...
highwater
Most Recent 1 week, 1 day ago
Selected Answer: C
C. GRANT UPDATE (title, address) ON customers TO andrew WITH GRANT OPTION;
upvoted 1 times
...
15eeda4
2 months, 3 weeks ago
Selected Answer: C
C is correct (GRANT option is for object privileges): GRANT UPDATE (title, address) ON customers TO andrew WITH GRANT OPTION E is not correct (ADMIN option is for system privileges): GRANT UPDATE (title, address) ON customers TO andrew WITH ADMIN OPTION gives the error ORA-00993: missing GRANT keyword.
upvoted 1 times
...
braintop
4 months, 2 weeks ago
Selected Answer: C
C is the correct answer. https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/GRANT.html#GUID-20B4E2C0-A7F8-4BC8-A5E8-BE61BDC41AC3__I2126048
upvoted 1 times
...
kay000001
4 months, 3 weeks ago
Selected Answer: C
The answer is C. C is for Cat.
upvoted 1 times
...
Drexan
5 months, 1 week ago
Selected Answer: C
Yes, this is the correct syntax according to some sites
upvoted 1 times
...
a947739
8 months, 3 weeks ago
C is correct
upvoted 1 times
...
alelejaja
10 months, 2 weeks ago
Why is E not correct?
upvoted 1 times
...
MIGHTYSTUNNERS
11 months, 1 week ago
Selected Answer: E
E is also correct
upvoted 2 times
...
NSilva
11 months, 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
1 year, 3 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
2 years 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
2 years, 2 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 ...
exam
Someone Bought Contributor Access for:
SC-900
Bucharest, 1 minute ago