1.

Which of these can be used to generate hash values?(a) MS5()(b) MA5()(c) MF5()(d) MD5()This question was addressed to me in an internship interview.The query is from Choosing Data Types for Efficient Queries topic in section Query Optimization of MySQL

Answer»

The correct ANSWER is (d) MD5()

Easiest explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions