Get Instant Help From 5000+ Experts For
question

Writing: Get your essay and assignment written from scratch by PhD expert

Rewriting: Paraphrase or rewrite your friend's essay with similar meaning at reduced cost

Editing:Proofread your work by experts and improve grade at Lowest cost

And Improve Your Grades
myassignmenthelp.com
loader
Phone no. Missing!

Enter phone no. to receive critical updates and urgent messages !

Attach file

Error goes here

Files Missing!

Please upload all relevant files for quick & complete assistance.

Guaranteed Higher Grade!
Free Quote
wave
College and University Database Project: SQL Analysis

Questions

The database in this project is about colleges and universities, hereinafter called schools.  The following information about schools is provided:  school conferences, starting and mid-career salaries for schools, and starting and mid-career salaries for degrees.

Each school is in one of the following conferences: Patriot, Pac-12, SEC, Big 12, ACC, Big Ten, and Independent.  Each school is in one of the following regions: Northeastern, Southern, Western, Midwestern, and California.  Each school has salary information.  Each degree in the relation degree_salary has salary information.  The relation school_salary is the authoritative source for school names.  

The salaries in each of the salary relations are the starting median starting salary for students, the mid-career median salary for graduates, and the 90th percentile (highest 10%) salaries for graduates at mid-career.

Some of the attributes in the relations are unknown and, should therefore, be set to NULL.  If the attribute is NULL in a source file, the attribute will be an empty string ''.  You will need to do arithmetic on the salaries, so be sure that ultimately, you load them as numbers.

Whenever you start a project, you must clean and integrate the data and check it for consistency.  This project is no different.  You may find that you need to convert empty strings, '', to null values, change school names in schools to match school_salary, or change the format of the salaries so they can be treated as numbers.  A question you will need to answer is: “How will you find the rows that you need to update?”

Answer the following questions by performing SQL operations on the database. Your SQL answer must work for any data or changes to data in this database.  Your data answer must be in a single table you generated using SQL, not several tables that need to be combined manually to get the answer to the question.  You cannot use data values in a query unless they are specified in the question.  If you need another value, generate it with a query and use that query or its resulting table in the query that ultimately produces the answer.

a) What is the SQL for creating the relations and loading the files into the relations.  Be sure to include any key, foreign key, or check constraints that you see when creating the relations.   Include any transformations you do on the data to enable the data to be loaded/used and made consistent.  (20 points)

a) Creating the Relations and Loading Data

b) What is all the information in the school_salary relation about tech schools in descending order by starting median salary?  (10 points)

c) What is the degree and salary information for the degree with the highest 90th percentile mid-career salary? (10 points)

d) What is all the salary information for the schools in the Big Ten in decreasing order of mid-career 90th percentile salary? (10 points)

e) List the school and salary information for these NJ schools:  Fairleigh Dickinson University, Princeton University, Rider University, Rutgers University, Seton Hall University, Stevens Institute of Technology in ascending order by school.  Use FORMAT and CONCAT to create a string for the salary that has a starting $ and a comma after the thousands place, for example:  $49,200.00 .  The salary columns in the result should be named starting_median, mid_career_median, and mid_career_90.  (10 points)

f) List the degree and starting median salary in descending order by median salary for degrees about information, marketing, accounting, finance, or business.  Use FORMAT and CONCAT to create a string for the salary that has a starting $ and a comma after the thousands place, for example:  $49,200.00 .  The result columns should be named degree and starting_median.  (10 points)

g) What schools in the Big Ten have a higher median starting salary than the median starting salary of Management Information Systems (MIS), and what are their median starting salaries?  Format the starting salaries with a starting $ and a comma after the thousands place in a result column called starting_median.  List the schools in the answer in descending order by median starting salary.  (10 points)

h) What are the schools, conferences, regions and starting median salaries for schools that  do not have a median mid-career salary listed for the 90th percentile?  Format the starting salaries with a starting $ and a comma after the thousands place, and call the column starting_median in the result.  Also include a column called both_mid_career_unknown which should be set to True if both the mid-career median and the mid-career 90th percentile are set to null and False otherwise. Sort the result in ascending order by conference and then school.  (10 points)

i) What is the name, median starting salary, median mid-career salary, and percentage increase from median starting to median mid-career salary for the school(s) with the highest percentage increase?  Calculate the percentage increase as ((mid_career_median – starting_median)/starting_median)*100.  Round the percentage increase to the nearest integer and add a % symbol to the end.  The column with the percentage increase should be called percent_incr. (10 points).

support
Whatsapp
callback
sales
sales chat
Whatsapp
callback
sales chat
close