Home »
MCQs »
MariaDB MCQs
Which statement is used to assign a password to an existing MariaDB user account?
20. Which statement is used to assign a password to an existing MariaDB user account?
- PASSWORD
- USER PASSWORD
- SET PASSWORD
- SET USER PASSWORD
Answer: C) SET PASSWORD
Explanation:
The SET PASSWORD statement assigns a password to an existing MariaDB user account.