1.

REGEXP takes collation into account.(a) True(b) FalseThe question was posed to me in quiz.Enquiry is from Expression Evaluation and Type Conversion in division Data Types of MySQL

Answer» RIGHT choice is (b) False

Best explanation: MySQL PROVIDES pattern matching based on the ‘REGEXP’ operator and regular EXPRESSIONS that are similar to those used in Unix programs, namely, grep, SED and vi. REGEXP does not take collation into account.


Discussion

No Comment Found

Related InterviewSolutions