Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assume that each of the three users, User 1 , User 2 and User 3 , has the privileges to create database tables and views

Assume that each of the three users, User1, User2 and User3, has the privileges to create database tables and views and to issue SQL statements on the database tables and views that he/she has created. Assume that User1 has created the two following tables:
BOOKS (book_id, book_name, publication_year, author_name)
AUTHORS (author_name, education_level, address)
User1 then has also issued the following SQL statement:
GRANT SELECT ON BOOKS TO User2
WITH GRANT OPTION
Using the scenario described above, User2 has the privilege to allow User3 to update data stored in the table BOOKS:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

3rd Edition

0071107010, 978-0071107013

More Books

Students also viewed these Databases questions

Question

What do you think of the MBO program developed by Drucker?

Answered: 1 week ago