Multiple Choice
The database manager wants to give Rubio and Doe the ability to modify the Project Relation shown in the exhibit. A temporary employee named Temp needs to access the data in the database to generate reports. Which group of SQL statements will perform this task?
A) GRANT UPDATE ON Project TO Rubio, Doe; GRANT SELECT ON Project TO Temp;
B) GRANT ALL PRIVILEGES ON Project TO Rubio, Doe; GRANT UPDATE ON Project TO Temp;
C) GRANT SELECT ON Project WHERE Manager = 'Rubio'; WHERE Manager = 'Doe';
D) GRANT UPDATE ON Project
Correct Answer:

Verified
Correct Answer:
Verified
Q65: Which mechanism provides database users with controlled
Q66: Which database architecture is best suited to
Q67: What is the highest normal form of
Q68: Which type of relational integrity is violated
Q69: What improvement can be made to file-based
Q70: Consider the Project relation shown in the
Q71: Which of the following definitions best describes
Q72: Consider the Employee relation shown in the
Q73: Your enterprise is developing a database system
Q75: Which of the following is a characteristic