Retrieve the Final grade, Course Name, Student Last Name, and Instructor's Name from the Notes table, joining the Students table on Student Number, the Courses table on Course Code, and the Instructor table on Instructor Number. Filter the results where the Final grade is greater than 70. Can you spot the error here, folks?