Week 7 Activity 1 Create a batch file to execute ten SQL statements created in W6 Activity 3. Save the batch file as w7.sql. Execute the batch file and save the output as w7results.txt file. Submit...

1 answer below »
I need to find someone who knows how to code and work with SQL files.
You will be using the description file as your guide on this assignment. So turn to that for any questions.


Week 7 Activity 1 Create a batch file to execute ten SQL statements created in W6 Activity 3. Save the batch file as w7.sql. Execute the batch file and save the output as w7results.txt file. Submit both w7.sql and w7results.txt files back to me. W6 Activity 3 W6 Activity 3 1. Display the firstName, lastName, and phone fields from the members table (List of Members). 2. Display the title, year, and movieId fields for all those movies that are of Animation type. 3. Display the title, year, and movie_Id fields for all those movies that are of Sci-Fi type. 4. Display the title, type, and dateOut fields for all those movies checked out before 2017-12-31. 5. Display the title, type, and dateOut fields for all those movies checked out after 2017-12-31 that are Sci-Fi movies. 6. Display the title, type, and year fields for all those Drama type movies released between 2010 and 2019. 7. Display the firstName, lastName, title, type, and year fields for all the movies checked out by members. 8. Display the firstName, lastName, title, type, and year fields for all those Drama or Adventure type movies checked out by members. 9. Display the firstName, lastName, title, type, and year fields for all those Drama type movies checked out by the member identified by the memberId number 5. 10. Display the firstName, lastName, title, type, year, and dateOut fields for all those Drama type movies checked out by members after 2019-12-01. Test each SQL statement using the phpmyadmin interface.
Answered 1 days AfterOct 06, 2021

Answer To: Week 7 Activity 1 Create a batch file to execute ten SQL statements created in W6 Activity 3. Save...

Ali Asgar answered on Oct 08 2021
124 Votes
firstName    lastName    phone
Christian    Schmidt    (262) 555-8353
Jill    Finelli    (262) 555-1122
Jackie    Hollander    (262) 555-7352
Jean    Montgolfier    (262) 555-9264
Ju
an    Santiago    (262) 555-9865
Julie    Smith    (262) 555-9785
Louis    Pascal    (262) 555-6439
Nadia    Likorsky    (262) 555-8352
Rudolph    Geiger    (262) 555-6286
Ryan    Greene    (262) 555-8370
Sony    Nathan    (262) 555-1234
Chris     Schultz     262 555-8999
James     Fox     262 555-1155
Jake     Holdon     262 555-7777
Jean     Montegomery     262 555-9666
Jual     Santana     262 555-9888
Julie     Brown     262 555-9777
Louis     Armstrong     262 555-6444
Nate     Lancaster     262 555-8333
Derek     Randall     262 555-6226
Ryan     Bush     262 555-8377
Sony     Panasonic     262 555-1444
Sam    Samarans    262-555-1216
Sam    Walton    262 555-9999
Donald    Clark    262 555-8999
title    year    movieID
Who Framed Roger Rabbit    1998    45
Rescuers Down Under    1990    48
Beauty and the Beast    1991    49
The Lion King    1994    56
Tarzan    1999    64
Finding Nemo    2003    68
Ratatouille    2008    78
Inside Out    2015    95
Soul    2020    110
Abominable    2019    120
title    year    movieID
Star Wars    1977    26
ET    1982    32
Star Wars: Episode I    1999    65
Gladiator    2000    88
Gravity    2013    97
Interstellar    2014    98
Avatar    2009    99
Star Wars: The Force Awakens    2015    100
Star Wars: The Last Jedi    2017    101
Tenet    2020    105
title    type    dateOut
The Departed    Mystery    2018-02-01
Matrix    Adventure    2018-11-12
Star Wars: Episode I    Sci-Fi    2019-02-13
Fargo    Drama    2019-10-31
Matrix    Adventure    2019-10-22
Seven    Drama    2019-12-14
Airport    Drama    2019-12-27
Who Framed Roger Rabbit    Animation    2019-12-01
Crash    Drama    2020-05-09
Star...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here