







Pane (40 points) Based on the data given (shown below) for the Academic Database, complete the following: Create the SQL statements for displaying the results for each of the following scenarios in the Academic Database. Save these statements in a script called M12 LastNameFirstName Joins (where LastName is your last name and FirstName is your first name). Run/execute these commands in Oracle Application Express. Display the different courses offered by the departments in the school. Display the courses offered in the Fall session. have enrolled for those courses Display the course details, the department that offers, the courses and students who Display the course details, the department that offers the courses and students who have enrolled for those courses for department 30. Will the given statement execute successfully? If not, what has to be changed? Make the appropriate changes and include in the script. SELECT COURSE NAME, MARKS, EXAM ID FROM COURSE d SOIN EXAM RESULTS a USING (aCOURSE-DI; Write a query to display the details of the marks obtained by students who have opted for the course with Course ID in the range of 190 to 195 Retrieve the rows from the Exam Results table even if there are no matching records in the Course table. What output would be generated when the given statement is executed? Include your . . . SELECT FROM EXAM CROSS JOIN EXAM TYPE .in each script created above, include the following comments: 336 Words I English (US) F1