Question: There are three tables in a database: a Student table contains four columns: StudentID, DepartmentID, StudentName and BirthDate, a Course table contains three columns: CourseID,

There are three tables in a database: a Student table contains four columns: StudentID, DepartmentID, StudentName and BirthDate, a Course table contains three columns: CourseID, Course and DepartmentID; a Study table contains three columns: StudentID, CourseID and ExamResult. Write code for a PHP Page that select all students and course from the database if the exam result is over 70% and displays the information as a table on a HTML page
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
