InterviewSolution
Saved Bookmarks
| 1. |
The stored-routine privileges are contained in ______________(a) user(b) db(c) tables_priv(d) procs_priv |
|
Answer» Correct choice is (d) procs_priv The best explanation: ‘procs_priv’ stores stored-routine privileges. The grant table ‘user’ stores the users who can connect to the server and their global privileges. ‘db’ has the database privileges records. |
|