Answered step by step
Verified Expert Solution
Question
1 Approved Answer
-- We want to find out how many of each category of film ED CHASE has starred in. -- So return a table with category_name
-- We want to find out how many of each category of film ED CHASE has starred in.
-- So return a table with category_name and the count of the number_of_films that ED was in that category.
-- Your query should return every category even if ED has been in no films in that category
-- Order by the category name in ascending order. (sql query)
film film_id title description release_year language_id original_language_i rental_duration rental_rate length replacement_cost category category_id name last_update language language_id name last_update film_category film_id category_id last_update actor actor_id first_name last_name last_update actor_id last_update film_id film_actorStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started