Programming Homework Help

Ashford University Movies Databases Project

 

1) Install SQL Express Management Studio 2014 from the following link:

https://www.microsoft.com/en-us/download/details.aspx?id=42299

2) Recreate the HistoricalEvents and Movies databases using the files found in the folder “Database backup”.

3) For each exercise listed below, create a separate .sql file with the solution. Compress all .sql in a single .zip archive

Exercises

  • Historical Events DB

Exercise 3:

  • Prove that there were 15 events in total which had a relation with Russia OR Germany

Exercise 4:

  • Create a query to count the number of events per country which took place in the nineties
  • Movies DB

Exercise 5:

  • Create a list (Id_actor, Name_actor, Movie, NoOscars) of the top 3 movies based on the number of Oscars won.

Exercise 6:

  • Choose your favorite actor/actresses and list all the movies in which he/she played and sort them by net profit.