Examveda

Which of these can be used to generate hash values?

A. MS5()

B. MA5()

C. MF5()

D. MD5()

Answer: Option D

Solution (By Examveda Team)

This question is about how to create unique codes (hash values) in MySQL. Hash values are like fingerprints for data, making sure it's unique and secure.
Out of the options, only MD5() is a real function for creating hash values in MySQL.
So the correct answer is Option D: MD5().
The other options (MS5(), MA5(), MF5()) are not valid MySQL functions.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous