Question: What is the best type of query for validating the format of an email address in a MySQL table?
- a SQL query using partitions
- a SQL query using IS NULL
- a SQL query using a regular expression
- a SQL query using LTRIM Or RTRIM
Answer: The correct answer of the above question is Option C:a SQL query using a regular expression