Give the syntax of Grant and Revoke commands?



Give the syntax of Grant and Revoke commands?..

Answer / monika

grant all on table_name to user_name;

Revoke all on table_name from user_name;

Is This Answer Correct ?    16 Yes 2 No

Post New Answer

More MySQL Interview Questions

How can you make a database as your current database?

0 Answers  


What are the indexes in mysql?

0 Answers  


What is the maximum length of a table name, database name, and fieldname in MySQL?

3 Answers   Accenture, Pioneer, TISL,


How does limit work in mysql?

0 Answers  


How to shut down the server with 'mysqladmin'?

0 Answers  






What is the latest version of php and mysql?

0 Answers  


What is the hostname for mysql database?

0 Answers  


What is tee command in mysql?

0 Answers  


Which is better mysql or mssql?

0 Answers  


How will you export tables as an xml file in mysql?

0 Answers  


Where is the mysql data directory?

0 Answers  


How to display top 10 rows in mysql?

0 Answers  


Categories