Home » MYSQL » MySQL Operators » Question
  1. Which operator compares sounds?
    1. SOUNDS LIKE
    2. SOUNDS SIMILAR
    3. MATCH SOUNDS
    4. CHECK SOUNDS
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.