Mysql – I need a solution for this SQL query problem
Show the provinces that has more patients identified as 'M' than 'F'. Must only show full province_name patient table : patient_id INT first_name TEXT last_name TEXT gender CHAR(1) birth_date DATE city TEXT province_id CHAR(2) allergies TEXT height INT weight INT…