Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write queries to solve the following problems. You will be using the Faculty-Assignment 3 database for this assignment. The code for the database content is

Write queries to solve the following problems. You will be using the Faculty-Assignment 3 database for this assignment. The code for the database content is attached. Review the procedures for creating and populating a database if necessary. Each problem should begin on a new page and include (1) the code to produce the result and (2) a screen shot of your results. Please see the Assignment Example attached to Assignment 3. 1. Select all rows and columns from the Course table. 2. Display only the last names, departments, and campuses of full time faculty members in the Faculty table in descending order by last name. 3. Select course reference numbers and total revenues of courses only for courses for which the total revenue is more than $10,000. Column headings should be Course Reference Number and Total Revenue. Results should be in order from the course with the highest revenue to the course with the lowest revenue. 4. Display course reference numbers and enrollments of courses for which the enrollments are between 20-30 inclusive. Display enrollments from lowest to highest. Headings should be Course Reference Number and Enrollment. 5. List course reference numbers for courses with revenues greater than $10,000 and enrollments between 20-30. 6. Select from the Course table the course reference number (Ref_Number), total revenue (Tot_Rev) and the average cost per student for the course in a column called Average Cost (Hint: divide the total revenue by the enrollment for each class to obtain the average per student). 7. Select the reference numbers and total revenues for the 5 highest total revenues for all courses, ordered from highest to lowest. 8. Select the reference numbers and enrollments of all courses that have a reference number that begins with 9.?

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

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

Students also viewed these Databases questions