Computer Science, asked by virajvora2412, 1 month ago

How can I have access to SQL? I know from where I can learn. But like for using HTML we just need to add .html to the file. What to do for SQL? ​

Answers

Answered by debasmita86
1

Answer:

SQL Grant command is used to provide access or privileges on the database objects to the users. The syntax for the GRANT command is: GRANT privilege_name ON object_name TO {user_name | PUBLIC | role_name} [with GRANT option]; Here, privilege_name: is the access right or privilege granted to the user.

Similar questions