I order to validate the email addresses in Mysql, below mentaioned query is used –
SELECT * FROM `users` WHERE `email` NOT REGEXP '^[^@]+@[^@]+\.[^@]{2,}$';

BY Best Interview Question ON 29 Jun 2020