A password applies globally to an account.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
This question is asking about how passwords work in MySQL.In MySQL, you create an account for a user. This account is like your personal login for accessing the database.
Now, the question asks if you set one password for your account, does it work for everything you do in the database?
The answer is True.
You set a single password for your account, and that password will be used for all the actions you take in the database.
So, the correct answer is Option A: True.
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