QuestionQ91
Data and Database SecurityAn account manager with employee ID number 0012 has resigned from an organization. The account manager’s view privileges must be removed from the customer table. Which command is the best option for the organization’s database administrator to use to complete this task?
- A REVOKE SELECT -ON tblCustomer -FROM '0012'
- B REVOKE DELETE -ON tblCustomer -FROM '0012'
- C REVOKE UPDATE -ON tblCustomer -FROM '0012'
- D UPDATE TABLE tblCustomer -DROP SELECT -FROM '0012'
Community Discussion