Home » MYSQL » Data Types » Question
  1. Which of these can be used to generate hash values?
    1. MA5()
    2. MS5()
    3. MD5()
    4. MF5()
    5. None of these
Correct Option: C

The hash values can be generated by using the function: MD5(). SHA1() or CRC32() can also be used to do the same. Custom hash values can also be created using logic within the application.



Your comments will be displayed only after manual approval.