Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose a table Student ( ( sid , , name, sex, age, dept ) . ) . write the SOL statements to achieve the following:a

Suppose a table Student((sid,, name, sex, age, dept).). write the SOL statements to achieve the following:a.. Grant the user U11 the privilege to retrieve any information from the table Student.b.. Grant the user U22 the privilege to retrieve any information and modify the student ID from the table Student.c.. Grant the user U33 the privilege to insert tuples into the table Student and allow him to grant this privilege to other users.d.. Grant the user U44 the privilege to retrieve only the ((sid,, name, age)) attributes from table Student for students with dept==IT..e.. Revoke the privilege for user U22 to modify the student ID in the table Student.f.. Grant the user U55 the privilege to modify only the age attribute of student and allow him to grant this privilege to other users.g.. U55 wants to allow U66 to modify the age attribute of student.h.. Revoke the privilege for user U55 to modify only the age attribute of student. I. Can U66 be able to modify the age attribute now? Why?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

glad to create a response that addresses the prompt incorporating the strengths of Response A and Response B while rectifying any shortcomings based on the ratings SQL Statements for Granting and Revo... 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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions