Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The following questions refer to the Art Course database. You can obtain a copy of this data in the Access 2010 database, located on Canvas

image text in transcribed

The following questions refer to the Art Course database. You can obtain a copy of this data in the Access 2010 database, located on Canvas the course Web site listed below under this assignment or you could simply download it by clicking the file name here Art Course Database.accdb). The database contains data shown in Figure 1-10 CUSTOMER (CustomerNumber, CustomerName, Phone) COURSE (CourseNumber, Course, CourseDate, Fee) ENROLLMENT (CustomerNumber, CourseNumber, AmountPaid) where CustomerNumber in ENROLLMENT must exist in CustomerNumber in CUSTOMER CourseNumber in ENROLLMENT must exist in CourseNumber in COURSE Write SQL queries to produce the following results: 1) List all occurrences of Adv. Pastels. Include all associated fields for each occurrence of the class. 2) List the minimum, maximum, and average full fee amount paid in the ENROLLMENT table. 3) List the total amount paid by each enrolled customer 4) List the customer full name in one column whose last name ends with letters 'son. Sort the results by customer last name in descending order. 5) List the CustomerNumber and the amount due for those customers who haven't paid in full for their courses yet

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Generative Artificial Intelligence For Project Management With Aws

Authors: Timothy Krimmel

1st Edition

B0CQV9KWB8, 979-8872627197

More Books

Students also viewed these Databases questions