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
How can you filter the duplicate data while retrieving records from the table?
Can mysql handle big data?
List data types in mysql? Explain
How to use case expression?
What is “i_am_a_dump” flag in mysql?
What's the latest version of mysql?
Why we use mysql workbench?
How to create a new table in mysql?
Where’s database data actually stored?
How to convert character strings to dates?
What is clob datatype?
How can we get the number of rows affected by query?
In which year mysql created?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
How do I fix a crashed mysql database?