Students Course Query

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Students Course Query as PDF for free.

More details

  • Words: 33
  • Pages: 1
-----------------------------------------------------------------------------------------STUDENT-COURSE DETAILS:= FOR ANY COURSE, DISPLAY THE COURSE DETAILS AND A LIST OF STUDENTS REGISTERED FOR THE COURSE -----------------------------------------------------------------------------------------SELECT BOOKINGS_COURSES.COURSE__CODE,COURSE_NAME,COURSE_LEVEL,COST_OF_COURSE,COURSE_DURAT ION, COURSES.START__DATE,BOOKINGS.STUDENT_NO,STUDENTS.STUDENT_NAME FROM STUDENTS,BOOKINGS,BOOKINGS_COURSES,COURSES WHERE STUDENTS.STUDENT_NO=BOOKINGS.STUDENT_NO AND BOOKINGS.BOOKING_REF_NO=BOOKINGS_COURSES.BOOKING_REF_NO AND BOOKINGS_COURSES.COURSE__CODE =COURSES.COURSE__CODE AND BOOKINGS_COURSES.COURSE__CODE='CR01';

Related Documents

Students Course Query
November 2019 6
Query
October 2019 37
Query
November 2019 32
Query
October 2019 34
Query
October 2019 31