Multiple Choice
The following three SQL statements are executed one after the other.
SQL#1:
CREATE VIEW Payroll
SELECT EmpName, Salary, Status
FROM Employee
Where Job NOT IN ('Manager', 'Supervisor')
SQL#2:
GRANT SELECT, UPDATE ON Payroll
To Personnel1, Personnel2
SQL#3:
REVOKE UPDATE on Payroll From Personnel2
-After execution of the commands SQL#1,SQL#2,and SQL#3,a member of the user group Personnel2 may:
A) Access the Salary of an Employee whose job is 'Clerk'
B) Change the Salary of any Employee
C) Access the Salary of any Employee
D) Change the Salary of an Employee whose job is 'Clerk'
Correct Answer:

Verified
Correct Answer:
Verified
Q30: The cost of switching to a different
Q31: With discretionary access control,users may be individually
Q32: Distributed environments can be used to support
Q33: Prior to the final DBMS selection process,the
Q34: The SQL:2003 statement to create a user
Q36: One method to ensure data integrity that
Q37: In distributed database environments,the word "distributed" refers
Q38: One of the main problems with the
Q39: For remotely stored procedures and functions,when _
Q40: Tables with the names USERS,DOMAINS,COLUMNS,and REFERENTIAL_CONSTRAINTS would