1.

Which operator compares sounds?(a) MATCH SOUNDS(b) CHECK SOUNDS(c) SOUNDS LIKE(d) SOUNDS SIMILARI got this question by my school teacher while I was bunking the class.Origin of the question is Operators topic in portion Data Type Reference, Operators and Functions of MySQL

Answer»

The correct answer is (c) SOUNDS LIKE

To explain: The operator ‘SOUNDS LIKE’ is USED to compare the SOUND. The ‘RLIKE’ is a synonym for ‘REGEXP’, which is a pattern matching using REGULAR expressions. There are a lot of other operators for use.



Discussion

No Comment Found

Related InterviewSolutions