Question: Log onto http://sqlfiddle.com/ and execute the SQL commands listed in the order provided in this document. Reference the Provider Table below and use its information

Log onto http://sqlfiddle.com/ and execute the SQL commands listed in the order provided in this document. Reference the Provider Table below and use its information to build the database.  Refer to the "Data Manipulation and Querying With SQL Resource" document for assistance in completing this assignment. Copy and paste a screenshot of each executed command and the populated data onto a document and submit for grading.

Provider Table: ProviderID FirstName LastName HireDate 123456 Ben Spock 123457 Albert Schweitzer

1. Command CREATE TABLE 

2. Command that ALTER table by adding column 

3. Command INSERT values for populating table 

4. Perform six (6) queries to the Provider Table: a. Command SELECT from Provider Table querying Last Name, Hire Date b. Command SELECT from Provider Table querying Hire Date c. Command SELECT from Provider Table querying specific Provider by Last Name and First Name d. Command SELECT FROM Provider Table querying specific Provider by ID and Last Name e. Command SELECT FROM Provider Table querying Hire Dates f. Command SELECT FROM Provider Table querying Provider Hire Date is NULL 

5. Command ALTER TABLE and UPDATE to add a new Salary column to the Provider table 6. Perform three (3) column function queries on the Provider Table: a. SELECT SUM b. SELECT AVG c. SELECT MIN, SELECT AVG, and SELECT MAX 7. Perform three (3) COUNT queries on the Provider table a. SELECT COUNT FROM Provider b. SELECT COUNT from HIRE DATE c. SELECT COUNT DISTINCT   


Provider Table: ProviderID FirstName LastName HireDate 123456 Ben Spock 123457 Albert Schweitzer 1990-05-09 123458 Derek Shepherd 2005-03-27 123459 Mark Sloan 2005-03-27

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Im sorry for any confusion but I cant directly interact with external websites or databas... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!