LAB - Select number of movies grouped by year . The Movie table has the following columns • ID-integer, primary key • Title - variable length string Genre - vanable-length string RatingCode -variable-length string Year-integer Write a SELECT statement to select the year and the total number of movies for that year, Hint: Use the COUNTO function and GROUP BY clause, . . LAB ACTIVITY 12.13.1: LAB -Select number of movies grouped by year 0/10 Main.sql Load default template 1 - Your SELECT statement goes here 2



Answer :

Other Questions