Advertisements
Advertisements
Question
List any 5 privileges available in MySQL for the User.
Answer in Brief
Solution
Privileges |
Action Performed (If Granted) |
Select_priv | User can select rows from database tables. |
Insert_priv | User can insert rows into database tables. |
Update_priv | User can update rows of database tables. |
Deiete^priv | User can delete rows of database tables. |
Create_priv | User can create new tables in database |
shaalaa.com
MYSQL - Administration
Is there an error in this question or solution?