I've been stuck on this for hours! There are 3 tables in the database Students, Units, and Enrolment
Student table
Unit Table
Enrolment table
I need to use "expressions builder" to write a query to:
Show the total tuition fee for each Student enrolled (credit points * credit point fee) along with the student’s information (StudentID, Student First name and Family name).
Please help!
Student table
Unit Table
Enrolment table
I need to use "expressions builder" to write a query to:
Show the total tuition fee for each Student enrolled (credit points * credit point fee) along with the student’s information (StudentID, Student First name and Family name).
Please help!