Computer Science, asked by krishmajamwal171, 9 months ago

grant is a _____ command

Answers

Answered by apsi24
1

Answer:

sql

Explanation:

SQL GRANT is a command used to provide access or privileges on the database objects to the users.

The Syntax for the GRANT command is: ...

For Example: GRANT SELECT ON employee TO user1; This command grants a SELECT permission on employee table to user1

Answered by lakshay1081
0

Answer:

DDL OR DML

Explanation:

With RENAME statement you can rename a table. RENAME, REVOKE and GRANT are DDL commands and UPDATE is DML command.

HOPE IT WILL HELP YOU

PLEASE MARK AS BRAINLYST

Similar questions