·3

 
In this assignment, you will delve deeply into Structured Query Language (SQL) statements. You will review existing SQL statements and troubleshoot them. You would need to determine why the given statements are not functioning properly. At the conclusion of this assignment, you should be able to examine and troubleshoot basic SQL statements.
Scenario:
A good friend of yours is starting a fantasy football league and has created a small database to track the team owners, teams, players, and games. Your friend knows that you are taking a database fundamentals class and has asked you to help. Your friend is not able to figure out why the database is not getting modified in any way. Your friend has given you a copy of the following:

A database schema diagram. Click here to access the database schema diagram.
A Microsoft Access database. Click here to access the Microsoft Access database.
http://vizedhtmlcontent.next.ecollege.com/pub/content/77d17d99-89f1-44c8-81e6-6291c94c294a/AU_IST351_Football_Team_Details.accdb
The following list of what he or she is trying to do:     

Add a new owner named Alice Wonderland with an owner ID of 1205 and a contact e-mail of [email protected]
INSERT INTO Owner
VALUES (1205, ‘Wonderland’, ‘Alice’, ‘[email protected]’)
 
Update player 323’s salary to $1,800,000
UPDATE Player
salary = 1800000
WHERE player_id = 323
 
Display all players whose salary is greater than $1,000,000
SELECT FROM Player
WHERE salary > 1000000
 
Delete owner Jerry Jones from the database
DELETE FROM Owner
last_name = “Jones” AND first_name = “Jerry”
 
Update game 0105 with the final score
UPDATE Game
SET home_score = 17,
    visitors_score = 23
 

Note: For this assignment, you will use Microsoft Access 2010 to open the database file provided. If you do not have Microsoft Access 2010, you may download a free trial version of Microsoft Office 2010, which includes Microsoft Access 2010, from the Microsoft website.
Tasks:

Open the Microsoft Access file “Football.accdb” by double-clicking on it. You will see the small database created for the fantasy football league.
Familiarize yourself with the database by opening and examining the data in each table.
There are two queries included with the database that will display some of the information contained in the tables. Double-click each of these to see the results of the query.

Once you are familiar with the database, proceed to the next section.

Examine and Correct the Faulty SQL Statements 

For each SQL statement listed above, identify the SQL statement errors.
Once you have identified the errors, rewrite the SQL statements so that they will work.

Note: Take special precautions with Statement 5 above. If you run the statement as it is written above, you will overwrite the scores of all of the existing games in the database.

Execute the Statements 

On the Create tab, in the Queries group, click Query Design.
When prompted to add tables, click the Close button.
On the Query Tools Design tab, in the Results group, click on the down arrow below the word View and select SQL View. This is where you will compose your SQL statements. Feel free to type the statements above into the SQL View window and run them (see Step 4) to view the errors. (Note: Take special precautions with Statement 5 above. If you run the statement as it is written above, you will overwrite the scores of all of the existing games in the database.)
To run your SQL statements against the database, click the Runbutton in the Results group. You will be prompted to confirm that you want to modify data in your database. Click Yes. Close the query and save it as “Statement n”, where n is the statement number listed above. For example, you will save the first statement as “Statement 1”.
Repeat this process for each SQL statement provided above.
Once you have completed correcting the SQL statements, save and exit the database.
Save your database as M4_A2_Lastname_Firstname.accdb.
 

Explain the SQL Statement Errors 

Create a Microsoft Word document explaining what was wrong with each of the five originally written SQL statements. Include any additional comments that you might have about the statements.

Save your document as M4_A2_Lastname_Firstname.doc.

Submission Details:

Save your deliverables as M4_A2_Lastname_Firstname.zip.
By Week 4, Day 7, submit both the files to the M4 Assignment 2 Dropbox.

Assignment 2 Grading CriteriaMaximum PointsCorrected the faulty SQL statements.40Explained the SQL statement errors.40Wrote in a clear, concise, and organized manner; demonstrated ethical scholarship in accurate representation and attribution of sources (i.e., APA); and displayed accurate spelling, grammar, and punctuation.20Total:100 

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our Guarantees

Money-back Guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism Guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision Policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy Policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation Guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more