InterviewSolution
Saved Bookmarks
| 1. |
The table that lists the column level privileges is _____________(a) columns_priv(b) db(c) tables_priv(d) procs_privThe question was posed to me during an online interview.My doubt is from External Security: Preventing Unauthorized Network Access in portion Access Control and Security of MySQL |
|
Answer» CORRECT answer is (a) columns_priv The explanation: The ‘columns_priv’ table lists the column-level privileges. A PRIVILEGE that is supplied here applies to a PARTICULAR column. The ‘db’ table lists which accounts have privileges for which DATABASES. |
|