Q1073
Which of these can be used to generate hash values?
A.
MS5()
B.
MA5()
C.
MF5()
D.
MD5()
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
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.