subject

Using your Oracle database, write SQL command to create the following tables and then answer each of the questions:

Student(StudentId, StudentFName, StudentLName, Major, Credits)
Faculty(FacultyId, FacultyName, Department, Rank)
Class(ClassId, FacultyId, Timeslot, RoomNbr)
Enroll(StudentId, ClassId, Grade)

a. Create user BigBoss and give him permission to read and update the student class enrollments.

b. Create user Tom201 and give him permission to read and update the student class enrollments, however, he should not have access to the student's grade. How can you do that? (Hint: Create a new view and give the user access to this view)

c. Allow everyone who works in the Dean's Office to read student data. To do that:
- Create a role named DeansOffice that has full read access to the Student table
- Give this role to every user in the Dean's office: you first need to create users for these people it is Bob202 and Alice303.

d. Revoke the privileges of part a.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:10
Linux is distributed under gnu gpl. why is this important? a. it ensures that only torvalds can profit from the sale of linux b. it prevents unknowledgeable users from downloading programs they don't know how to operate. c. it provides protection for the developers who created linux. d. it states that anyone can copy, modify, and share the program if changes are made public.
Answers: 1
question
Computers and Technology, 23.06.2019 16:30
20 points archie wants to use a reflector as he photographs a newlywed couple. what would he consider in his choice? a. shadow and sunny b. homemade and professional c. lamps and boards d. incident and reflected e. neutral density and enhancement
Answers: 3
question
Computers and Technology, 23.06.2019 20:30
Column a of irma’s spreadsheet contains titles for each row, but her document is too big and will be printed three pages across. she wants to be sure that every page will be understood. what can irma do to with this problem?
Answers: 3
question
Computers and Technology, 23.06.2019 23:30
What are "open-loop" and "closed-loop" systems
Answers: 1
You know the right answer?
Using your Oracle database, write SQL command to create the following tables and then answer each of...
Questions
question
Computers and Technology, 22.07.2019 11:00
Questions on the website: 13722363