kseignon / Miniproject-4

0 stars 0 forks source link

Brainstorming #4

Open kseignon opened 6 years ago

kseignon commented 6 years ago

Brainstorming: Look at trends between the generas... research the amount of money different movies made based on generas.... comparing the generas. When some generas become more popular then others in the 90's to late 2000's

kseignon commented 6 years ago

Guys! Here is the code I got SELECT title, production_year,info
FROM title JOIN movie_info ON movie_id = title.id WHERE info_type_id = 3;