What is the best type of query for validating the format of an email address in a MySQL table?
a SQL query using LTRIM Or RTRIM
a SQL query using IS NULL
a SQL query using partitions
a SQL query using a regular expression