Answer Posted / 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 View All Answers
What is required to create mysql database?
Which storage engine is best in mysql?
what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL
How can we find out which auto increment was assigned on Last insert?
What is save point in mysql?
How to use sum function in where clause in mysql?
What is procedure in mysql?
What is the hostname for mysql database?
What is mysql and how it works?
What is mysql optimization?
How do I completely remove mysql from windows?
What are the three types of queries?
Can you tell few best practices to be followed for optimization in sql?
Write a query to count the number of rows of a table in mysql.
How to drop an existing view in mysql?