Write a query to find the minimum mark scored by a student in any subject. Thank you Apr 4, 2012 · SELECT student_table.

Write a query to find the minimum mark scored by a student in any subject. student_name FROM student s JOIN mark m ON s.