MySQL, где многочисленные условия

SELECT * FROM table WHERE gender = M AND age >=  '18' AND age <= '50';
Victorious Vendace