1.

REGEXP does not take collation into account.(a) True(b) FalseI got this question by my school teacher while I was bunking the class.The origin of the question is External Security: Preventing Unauthorized Network Access topic in section Access Control and Security of MySQL

Answer»

The correct OPTION is (a) True

The explanation is: 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