Programming Homework Help

Programming Homework Help. 2. Write a SQL Query to calculate Amount Due.

MiniProject 3-1.accdb

Instructions for MiniProject3-2.docx

TASKS

  1. Using three tables (Course, Customer, Enrollment) create relationships. Database file named MiniProject3 is provided that has all three tables via canvas.
    1. Customer – Enrollment (1 to many)
    2. Enrollment – Course (many to 1)
  2. Write a SQL Query to calculate Amount Due.
    1. List lastLame, FirtsName, Phone, Course, CourseDate, Fees ((Hint: SELECT – to access fields from tables)
    2. List AmountPaid, CourseFees, AmountDue
    3. Use INNER JOIN (HINT: COURSE INNER JOIN ENROLLMENT ON COURSE.CourseNumber = ENROLLMENT.CourseNumber)
    4. Use WHERE to calculate Amount Due (HINT: ((([COURSE]![Fee]-[ENROLLMENT]![AmountPaid])>0));)
    5. Named the query as Amount Due Query

Programming Homework Help

 
"Our Prices Start at $11.99. As Our First Client, Use Coupon Code GET15 to claim 15% Discount This Month!!"