Any particular reason why I have the correct answer but when I check with the check_q3() I get incorrect result tuples error.
I called another function that gave the result using:
Return query select * from final_q3(org_id, num_courses, min_score);
RETURN;
END;
$body$
LANGUAGE plpgsql;
and I have used return setof courserecord. I dont really know how else to check whats wrong here. Any help would be appreciated!