Which of the following statements gives user desmond the ability to alter table gl.accounts?
grant alter on gl.accounts to desmond;
grant alter to desmond on gl.accounts;
grant alter table to desmond;
allow desmond to alter table gl.accounts;