Question: Write an appropriate SQL query to determine which modules have the same number of credits. HINT: You may need to read up more on

Write an appropriate SQL query to determine which modules have the same number of credits. HINT: You may need to read up more on SELF JOINS. Sample results: MODULE_NAME Programming 2A Programming 2B Desktop Publishing Web Development (Intermediate) MODULE_CREDITS 15 15 20 20 Requirement Correct SELECT statement used. Correct FROM clause. Correct WHERE clause. Correct ORDER BY clause. TOTAL Mark Examiner 2 2 4 2 10
Step by Step Solution
There are 3 Steps involved in it
SELECT aMODULENAMEaMODULECREDITS ... View full answer
Get step-by-step solutions from verified subject matter experts
