1.

The operator that compares sounds is _____________(a) MATCH SOUNDS(b) CHECK SOUNDS(c) SOUNDS LIKE(d) SOUNDS SIMILARThe question was asked in exam.The question is from Functions topic in division Data Type Reference, Operators and Functions of MySQL

Answer»

The correct OPTION is (c) SOUNDS LIKE

For explanation: The operator ‘SOUNDS LIKE’ is used to compare 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