Give the user Accounts SELECT access to these views. Now revoke the access from this user.
What will be an ideal response?
GRANT SELECT ON HotelData TO Accounts;
GRANT SELECT ON BookingOutToday TO Accounts;
REVOKE SELECT ON HotelData FROM Accounts;
REVOKE SELECT ON BookingOutToday FROM Accounts;
Computer Science & Information Technology
You might also like to view...
Which of the following would not be a valid parameter query criterion?
A) =>[Enter contract value] B) <=[Enter contract value] C) >=[Enter contract value] D) [Enter contract value]
Computer Science & Information Technology
If a file gets corrupted, you will still be able to open it one time
Indicate whether the statement is true or false
Computer Science & Information Technology