adspace
Answer Posted / Sawan Kumar
Access Control Lists (ACLs) in MySQL are used to control access to database objects such as tables, views, procedures, and functions. They allow you to specify which users or groups of users can perform certain operations on these objects.nFor example, you can create an ACL that allows user 'john' to SELECT data from table 'employees', but not INSERT, UPDATE, or DELETE data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is collation? : Sql dba
Can we rollback truncate?
Is primary key clustered index?
what is bcp? When does it used? : Sql dba
What is your daily office routine?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Does group by remove duplicates?
what is dbms? : Sql dba
What is the current version of postgresql?
If a cursor is open, how can we find in a pl/sql block?
how to escape special characters in sql statements? : Sql dba
Is inner join faster than left join?
how to start mysql server? : Sql dba
Is primary key always clustered index?
Do we need to rebuild index after truncate?