Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Answer the following questions. (b) Given the following tables for a university database, write the commands to grant or revoke the privileges as indicated in
Answer the following questions.
(b) Given the following tables for a university database, write the commands to grant or revoke the privileges as indicated in the questions. STUDENT(Student_ID, Student_Name, Major, Units) FACULTY(Faculty_ID, Faculty_Name, Dept, Position) CLASS(Course_ID, Faculty_ID, Schedule, Room) ENROLL(Course_ID, Student_ID, Grade) (1) Give privileges to read tables STUDENT and CLASS to Leena, a clerk in the dean's office. The user may also read ENROLL, but without the Grade attribute. (ii) Give privileges to read and modify tables FACULTY and CLASS to Adam, an assistant dean. This user may authorize other users to read and modify CLASS, but not FACULTY. (iii) Cancel the authorization privileges of the assistant dean, but maintain his own reading and modification privilegesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started