A password applies locally to an account.
A. True
B. False
Answer: Option B
Solution (By Examveda Team)
This question asks if a password in MySQL is specific to a particular account on your computer or if it's a universal password for all accounts.Think of it like a door lock. You have different keys for different doors, right? Similarly, in MySQL, each account has its own password.
So the answer is True.
Each account in MySQL has its own password, and it's not shared with other accounts.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion