InterviewSolution
Saved Bookmarks
| 1. |
A password applies locally to an account.(a) True(b) FalseI have been asked this question during an online exam.This is a very interesting question from Numeric Data Types topic in portion Data Type Reference, Operators and Functions of MySQL |
|
Answer» CORRECT option is (B) False Easy explanation: In the MySQL privilege SYSTEM, a password applies GLOBALLY to an account. A password cannot be explicitly associated with a specific object such as a database, table, or routine. |
|