Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

- - Using the Movie Database write the SQL queries to satisfy the following. Submit this file with your SQL anwsers via D 2 L

--Using the Movie Database write the SQL queries to satisfy the following. Submit this file with your SQL anwsers via D2L
--Q1. List the member #, name , city and province for all members
--Q2. List the id , name , gender and birth date for all actors
--Q3. List the dvd no, title, category and year of release for all movies whose nominations are at least 3 but are no more than 6
--Q4 List the details for all Horror movies that have over 2 awards
--Q5. List the details for all movies whose category is either Horror or Comedy
---Q6. List the details for all movies whose category is either Comedy or Horror and who also have over 2 awards
--Q7. List details for all movies except those whose category is either Action or Sci-Fi
--Q8. List the details for all Comedy movies. Sequence the output by title within year of release i.e. year of release is the major key
--Q9. List the details for all members in Toronto with osfines of at least $3. Sequence the output from the highest to lowest fine amount
--Q10. List the details for all movies whose category is either Comedy or Horror, and who also have a over 4 nominations and at least 2 awards.
-- Sequence the output by title within category
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions