SELECT answer FROM answer WHERE q_id=(SELECT q_id FROM question WHERE dept="Maths")
SELECT answer FROM answer WHERE q_id in (SELECT q_id FROM question WHERE dept="Maths")
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)