Examveda

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.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous