Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1- Write, but do not execute, the commands to grant the following privileges: a- User Rodriquez must be able to retrieve data from the BOOK

1- Write, but do not execute, the commands to grant the following privileges:

a- User Rodriquez must be able to retrieve data from the BOOK table.

b- Users Gomez and Liston must be able to add new books and publishers to the database.

c. Users Andrews and Zimmer must be able to change the price of any book.

d- All users must be able to retrieve the book title, book code, and book price for every book.

e- User Golden must be able to add and delete publishers.

f. User Andrews must be able to create an index for the BOOK table.

g- Users Andrews and Golden must be able to change the structure of the AUTHOR table.

h- User Golden must have all privileges on the BRANCH table.

2. Write, but do not execute, the command to revoke all privileges from user Andrews.

3. Create the following indexes: a. Create an index named BOOK_INDEX1 on the TITLE column in the BOOK

table. b. Create an index named BOOK_INDEX2 on the TYPE column in the BOOK

table. c. Create an index named BOOK_INDEX3 on the CITY and PUBLISHER_NAME

columns in the PUBLISHER table.

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 Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

8th Edition

013460153X, 978-0134601533

More Books

Students also viewed these Databases questions

Question

What is Change Control and how does it operate?

Answered: 1 week ago

Question

How do Data Requirements relate to Functional Requirements?

Answered: 1 week ago