query
stringlengths 24
325
| positive
stringlengths 1
580
| negative_1
stringlengths 6
580
| negative_2
stringlengths 1
576
| negative_3
stringlengths 1
576
| negative_4
stringlengths 1
580
| negative_5
stringlengths 1
580
| negative_6
stringlengths 1
580
| negative_7
stringlengths 5
576
| negative_8
stringlengths 1
576
| negative_9
stringlengths 1
580
| negative_10
stringlengths 1
580
|
---|---|---|---|---|---|---|---|---|---|---|---|
Look for the movie title with the keyword of "angel".
|
keyword of "angel" refers to keyword_name = 'angel'
|
when the first movie refers to release_date where min(release_date)
|
worked as producer refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'
|
characters refers to character_name; gender = 'Unspecified'
|
release date of the latest movie refers to max(release_date)
|
"I Hope They Serve Beer in Hell" refers to title = 'I Hope They Serve Beer in Hell';
|
all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'
|
movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'
|
most-liked by a large number of people refers to max(popularity)
|
first crime movie ever released refers to min(release_date) and genre_name = 'Crime'
|
Provide the average revenue of all the French movies.
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
"saving the world" as the keyword refers to keyword_name = 'saving the world'
|
What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'
|
movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'
|
most-liked by a large number of people refers to max(popularity)
|
Which production company refers to company_name; most money at the box office refers to max(revenue)
|
language refers to language_name; original language refers to language_role = 'Original'
|
produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'
|
Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)
|
highest popularity refers to max(popularity)
|
rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'
|
How many movies have made at least 1 Billion at the box office?
|
have made at least 1 Billion at the box office refers to revenue > 1000000000
|
adventure movies refers to genre_name = 'Adventure'; released in 2000 refers to release_date LIKE '2000%'
|
job titles refers to job
|
names of the production company refers to movie_company; movie "Four Rooms" refers to title = 'Four Rooms'
|
most common first name refers to max(count(person_name))
|
Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'
|
crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'
|
"saving the world" as the keyword refers to keyword_name = 'saving the world'
|
Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7
|
produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)
|
director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))
|
Accumulate the budget of the movie titles with the keyword of "video game".
|
keyword of "video game" refers to keyword_name = 'video game'
|
zero-budget refers to budget = 0; highest revenue refers to max(revenue)
|
directors refers to job = 'Director'; most popular refers to max(popularity)
|
What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'
|
Which movies refers to title; actor refers to person_name
|
from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage
|
director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)
|
all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'
|
genre refers to genre_name; lowest revenue refers to min(revenue)
|
American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)
|
most-liked by a large number of people refers to max(popularity)
|
Which department has the most people?
|
department refers to department_name; most people refers to max(count(department_id))
|
name of the director of photography refers to person_name where job = 'Director of Photography'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'
|
zero-budget refers to budget = 0; highest revenue refers to max(revenue)
|
produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'
|
IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'
|
genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'
|
"I Hope They Serve Beer in Hell" refers to title = 'I Hope They Serve Beer in Hell';
|
most recent movie refers to max(release_date)
|
release date of the latest movie refers to max(release_date)
|
horror movies refers to genre_name = 'Horror'
|
Among the movie in which Dariusz Wolski works as the director of photography, what is the title of the one with the highest average vote?
|
director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)
|
directed by refers to job = 'Director'
|
names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))
|
Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'
|
release date of the latest movie refers to max(release_date)
|
"vi" as their language code refers to language_code = 'vi'
|
genre refers to genre_name; revenue is at least 120,000,000 refers to revenue > = 120000000; between 2012 and 2015 refers to release_date BETWEEN '2012-01-01' AND '2015-12-31'
|
genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'
|
movie "Four Rooms" refers to title = 'Four Rooms'
|
"saving the world" as the keyword refers to keyword_name = 'saving the world'
|
How many female characters are there in the movie "Spider-Man 3"?
|
female characters refer to gender = 'Female'; "Spider-Man 3" refers to title = 'Spider-Man 3'
|
"vi" as their language code refers to language_code = 'vi'
|
keyword of "video game" refers to keyword_name = 'video game'
|
genre of thriller refers to genre_name = 'Thriller'
|
keywords with "christmas" in them refers to keyword_name LIKE '%christmas%'
|
Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'
|
Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'
|
American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)
|
Which movies refers to title; actor refers to person_name
|
casts between order numbers 1 and 10 refers to cast_order BETWEEN 2 AND 9; Movie No. 285 refers to movie_id = 285
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
What is the average revenue of American movies in 2006?
|
American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)
|
movie "Walk the Line" refers to title = 'Walk the Line'
|
iso code refers to country_iso_code; "Kyrgyz Republic" refers to country_name = 'Kyrgyz Republic'
|
Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'
|
average number of crews = divide(count(person_id), COUNT(movie_id))
|
income refers to revenue; keyword "paris" refers to keyword_name = 'paris'; average income = AVG(revenue)
|
Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7
|
Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7
|
Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'
|
"I Hope They Serve Beer in Hell" refers to title = 'I Hope They Serve Beer in Hell';
|
"saving the world" as the keyword refers to keyword_name = 'saving the world'
|
What keyword can the user use to search for the movie Finding Nemo?
|
What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'
|
"vi" as their language code refers to language_code = 'vi'
|
produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'
|
name of the production company refers to company_name; most movies refers to max(count(company_name))
|
department refers to department_name; most people refers to max(count(department_id))
|
most recent movie refers to max(release_date)
|
keywords with "christmas" in them refers to keyword_name LIKE '%christmas%'
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
name of the director of photography refers to person_name where job = 'Director of Photography'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'
|
director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)
|
How many crew members worked as producer in the movie "Pirates of the Caribbean: At World's End"?
|
worked as producer refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
casts between order numbers 1 and 10 refers to cast_order BETWEEN 2 AND 9; Movie No. 285 refers to movie_id = 285
|
keyword of "angel" refers to keyword_name = 'angel'
|
Which production company refers to company_name; most money at the box office refers to max(revenue)
|
American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)
|
Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'
|
under keywords of "woman director" and "independent film" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage
|
"Open Water" movie refers to title = 'Open Water'
|
Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7
|
keyword of "video game" refers to keyword_name = 'video game'
|
names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
When was the release date of the latest movie in which Dariusz Wolski worked as a crew member?
|
release date of the latest movie refers to max(release_date)
|
the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'
|
worked as producer refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))
|
Paramount Animation refers to company_name = 'Paramount Animation'
|
genre refers to genre_name; lowest revenue refers to min(revenue)
|
iso code refers to country_iso_code; "Kyrgyz Republic" refers to country_name = 'Kyrgyz Republic'
|
most common first name refers to max(count(person_name))
|
Indian movies refers to country_name = 'India'; between 1/2/1990 and 12/30/2003 refers to release_date BETWEEN '1990-01-02' AND '2003-12-30'; revenue of more than 75,000,000 refers to revenue > 75000000; popularity of no less than 20 refers to popularity > = 20
|
genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'
|
IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'
|
Calculate the revenues made by Fantasy Films and Live Entertainment.
|
made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'
|
crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'
|
"Land of the Dead" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'
|
highest vote count refers to max(vote_count)
|
directors refers to job = 'Director'; most popular refers to max(popularity)
|
names refers to person_name; producers refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
highest popularity refers to max(popularity)
|
Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'
|
"vi" as their language code refers to language_code = 'vi'
|
names of the production company refers to movie_company; movie "Four Rooms" refers to title = 'Four Rooms'
|
income refers to revenue; keyword "paris" refers to keyword_name = 'paris'; average income = AVG(revenue)
|
What is the title of Jamie Foxx's most recent movie?
|
most recent movie refers to max(release_date)
|
ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'
|
movie "Walk the Line" refers to title = 'Walk the Line'
|
release date of the latest movie refers to max(release_date)
|
iso code refers to country_iso_code; "Kyrgyz Republic" refers to country_name = 'Kyrgyz Republic'
|
Which movies refers to title; actor refers to person_name
|
genre refers to genre_name; revenue is at least 120,000,000 refers to revenue > = 120000000; between 2012 and 2015 refers to release_date BETWEEN '2012-01-01' AND '2015-12-31'
|
directed by refers to job = 'Director'; average budget = AVG(budget)
|
director's name refers to person_name where job = 'Director'; released between 1/01/1916 and 12/31/1925 refers to release_date BETWEEN '1916-01-02' AND '1925-12-30'
|
Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
Who is the director for the movie 'Transformers?'
|
the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'
|
ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'
|
most common first name refers to max(count(person_name))
|
Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7
|
genre refers to genre_name; lowest revenue refers to min(revenue)
|
first crime movie ever released refers to min(release_date) and genre_name = 'Crime'
|
IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'
|
keywords with "christmas" in them refers to keyword_name LIKE '%christmas%'
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'
|
male refers to gender = 'Male'; "Bride Wars" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage
|
Which production company produced the movie that made the most money at the box office?
|
Which production company refers to company_name; most money at the box office refers to max(revenue)
|
the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'
|
most recent movie refers to max(release_date)
|
movie "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
names refers to person_name; producers refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
"vi" as their language code refers to language_code = 'vi'
|
Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'
|
What is the ratio between male and female cast members of the movie 'Iron Man?' Count how many have unspecified genders.
|
male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))
|
produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'
|
crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'
|
first crime movie ever released refers to min(release_date) and genre_name = 'Crime'
|
released before 2000 refers to release_date < '2000-01-01'
|
most used keyword refers to keyword_name where max(count(keyword_name))
|
movie "Walk the Line" refers to title = 'Walk the Line'
|
Which production company refers to company_name; most money at the box office refers to max(revenue)
|
movie "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
keyword of "video game" refers to keyword_name = 'video game'
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
What is the iso code of "Kyrgyz Republic"?
|
iso code refers to country_iso_code; "Kyrgyz Republic" refers to country_name = 'Kyrgyz Republic'
|
most used keyword refers to keyword_name where max(count(keyword_name))
|
Which production company refers to company_name; most money at the box office refers to max(revenue)
|
Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7
|
income refers to revenue; keyword "paris" refers to keyword_name = 'paris'; average income = AVG(revenue)
|
male refers to gender = 'Male'; "Bride Wars" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage
|
release date of the latest movie refers to max(release_date)
|
directed by refers to job = 'Director'; average budget = AVG(budget)
|
from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage
|
name of the director of photography refers to person_name where job = 'Director of Photography'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
characters refers to character_name; gender = 'Unspecified'
|
Tell the language of the movie "C'era una volta il West".
|
language refers to language_name; movie "C'era una volta il West" refers to title = 'C''era una volta il West'
|
"Land of the Dead" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'
|
produced in Canada refers to country_name = 'Canada'
|
Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'
|
keywords with "christmas" in them refers to keyword_name LIKE '%christmas%'
|
male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))
|
female characters refer to gender = 'Female'; "Spider-Man 3" refers to title = 'Spider-Man 3'
|
movie "Walk the Line" refers to title = 'Walk the Line'
|
worked as producer refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7
|
released in 1995 refers to release_date LIKE '1995%'
|
What is the title of the first crime movie ever released?
|
first crime movie ever released refers to min(release_date) and genre_name = 'Crime'
|
"Open Water" movie refers to title = 'Open Water'
|
Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'
|
Which movies refers to title; actor refers to person_name
|
character 'USAF Master Sgt. Epps' refers to character_name = 'USAF Master Sgt. Epps'
|
language refers to language_name; original language refers to language_role = 'Original'
|
keyword of "angel" refers to keyword_name = 'angel'
|
IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'
|
main actor refers to person_name where Min(cast_order); "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
most common first name refers to max(count(person_name))
|
director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)
|
List the director's name of the movies released between 1/01/1916 and 12/31/1925.
|
director's name refers to person_name where job = 'Director'; released between 1/01/1916 and 12/31/1925 refers to release_date BETWEEN '1916-01-02' AND '1925-12-30'
|
male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))
|
directed by refers to job = 'Director'; average budget = AVG(budget)
|
iso code refers to country_iso_code; "Kyrgyz Republic" refers to country_name = 'Kyrgyz Republic'
|
zero-budget refers to budget = 0; highest revenue refers to max(revenue)
|
movie "Walk the Line" refers to title = 'Walk the Line'
|
most recent movie refers to max(release_date)
|
keywords with "christmas" in them refers to keyword_name LIKE '%christmas%'
|
highest popularity refers to max(popularity)
|
"I Hope They Serve Beer in Hell" refers to title = 'I Hope They Serve Beer in Hell';
|
produced in Canada refers to country_name = 'Canada'
|
What is the original language of the movie with the tagline "An offer you can't refuse."?
|
language refers to language_name; original language refers to language_role = 'Original'
|
keyword of "video game" refers to keyword_name = 'video game'
|
"Open Water" movie refers to title = 'Open Water'
|
"Land of the Dead" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'
|
keyword of "civil war" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)
|
most used keyword refers to keyword_name where max(count(keyword_name))
|
male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))
|
genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14
|
Which movies refers to title; actor refers to person_name
|
income refers to revenue; keyword "paris" refers to keyword_name = 'paris'; average income = AVG(revenue)
|
genre of thriller refers to genre_name = 'Thriller'
|
How many movies were produced in Canada?
|
produced in Canada refers to country_name = 'Canada'
|
zero-budget refers to budget = 0; highest revenue refers to max(revenue)
|
when the first movie refers to release_date where min(release_date)
|
most-liked by a large number of people refers to max(popularity)
|
department refers to department_name; most people refers to max(count(department_id))
|
directed by refers to job = 'Director'
|
post-production movies refers to movie_status = 'Post Production'; Nederlands refers to language_name = 'Nederlands';
|
Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7
|
female characters refer to gender = 'Female'; "Spider-Man 3" refers to title = 'Spider-Man 3'
|
released before 2000 refers to release_date < '2000-01-01'
|
Paramount Animation refers to company_name = 'Paramount Animation'
|
What is the average number of crews for a movie?
|
average number of crews = divide(count(person_id), COUNT(movie_id))
|
IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'
|
keyword of "angel" refers to keyword_name = 'angel'
|
male refers to gender = 'Male'; "Bride Wars" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage
|
main actor refers to person_name where Min(cast_order); "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
movie "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)
|
characters refers to character_name; gender = 'Unspecified'
|
directed by refers to job = 'Director'; average budget = AVG(budget)
|
most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
Provide the homepage of the Bahasa Indonesia movies.
|
Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'
|
keyword of "civil war" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
"I Hope They Serve Beer in Hell" refers to title = 'I Hope They Serve Beer in Hell';
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)
|
genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14
|
most recent movie refers to max(release_date)
|
released in 1995 refers to release_date LIKE '1995%'
|
"Land of the Dead" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'
|
genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'
|
Give the number of movies with "saving the world" as the keyword.
|
"saving the world" as the keyword refers to keyword_name = 'saving the world'
|
Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7
|
Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)
|
highest vote count refers to max(vote_count)
|
genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14
|
female characters refer to gender = 'Female'; "Spider-Man 3" refers to title = 'Spider-Man 3'
|
all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'
|
name of the director of photography refers to person_name where job = 'Director of Photography'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
movie "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
post-production movies refers to movie_status = 'Post Production'; Nederlands refers to language_name = 'Nederlands';
|
List the job titles of Sally Menke in the crew.
|
job titles refers to job
|
highest vote count refers to max(vote_count)
|
under keywords of "woman director" and "independent film" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
directed by refers to job = 'Director'; average budget = AVG(budget)
|
directors refers to job = 'Director'; most popular refers to max(popularity)
|
movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'
|
name of the production company refers to company_name; most movies refers to max(count(company_name))
|
produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'
|
genre of thriller refers to genre_name = 'Thriller'
|
Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7
|
Provide the title of the movie that is most-liked by a large number of people.
|
most-liked by a large number of people refers to max(popularity)
|
characters refers to character_name; gender = 'Unspecified'
|
directed by refers to job = 'Director'
|
keyword of "civil war" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)
|
What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'
|
under keywords of "woman director" and "independent film" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage
|
genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14
|
most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'
|
male refers to gender = 'Male'; "Bride Wars" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage
|
produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'
|
average number of crews = divide(count(person_id), COUNT(movie_id))
|
Please list the names of all the producers in the movie "Pirates of the Caribbean: At World's End".
|
names refers to person_name; producers refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
produced in Canada refers to country_name = 'Canada'
|
worked as producer refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
"Days of Thunder" refers to title = 'Days of Thunder'
|
most-liked by a large number of people refers to max(popularity)
|
director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))
|
produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'
|
movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'
|
the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'
|
directed by refers to job = 'Director'; average budget = AVG(budget)
|
names of the production company refers to movie_company; movie "Four Rooms" refers to title = 'Four Rooms'
|
State the genre of the movie title with a runtime of only 14 minutes.
|
genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14
|
most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'
|
under keywords of "woman director" and "independent film" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage
|
average number of crews = divide(count(person_id), COUNT(movie_id))
|
Which keywords refers to keyword_name; highest popularity refers to max(popularity)
|
language refers to language_name; original language refers to language_role = 'Original'
|
movie "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
directed by refers to job = 'Director'
|
name of the production company refers to company_name; most movies refers to max(count(company_name))
|
"I Hope They Serve Beer in Hell" refers to title = 'I Hope They Serve Beer in Hell';
|
names refers to person_name; producers refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
List down the movie titles within the genre of thriller.
|
genre of thriller refers to genre_name = 'Thriller'
|
director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)
|
released in 1995 refers to release_date LIKE '1995%'
|
made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))
|
movie "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
keyword of "angel" refers to keyword_name = 'angel'
|
zero-budget refers to budget = 0; highest revenue refers to max(revenue)
|
Which keywords refers to keyword_name; highest popularity refers to max(popularity)
|
from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage
|
Write down five rumoured movie titles within the genre of Drama.
|
rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'
|
made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'
|
Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7
|
director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)
|
main actor refers to person_name where Min(cast_order); "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
"Days of Thunder" refers to title = 'Days of Thunder'
|
Paramount Animation refers to company_name = 'Paramount Animation'
|
movie "Four Rooms" refers to title = 'Four Rooms'
|
Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'
|
List down five movie titles that were released before 2000.
|
released before 2000 refers to release_date < '2000-01-01'
|
worked as producer refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
directed by refers to job = 'Director'; average budget = AVG(budget)
|
most used keyword refers to keyword_name where max(count(keyword_name))
|
character 'USAF Master Sgt. Epps' refers to character_name = 'USAF Master Sgt. Epps'
|
male refers to gender = 'Male'; "Bride Wars" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage
|
IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'
|
Which production company refers to company_name; most money at the box office refers to max(revenue)
|
keywords with "christmas" in them refers to keyword_name LIKE '%christmas%'
|
highest popularity refers to max(popularity)
|
movie "Four Rooms" refers to title = 'Four Rooms'
|
Show the total number of keywords of the movie "I Hope They Serve Beer in Hell".
|
"I Hope They Serve Beer in Hell" refers to title = 'I Hope They Serve Beer in Hell';
|
Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'
|
movie "Walk the Line" refers to title = 'Walk the Line'
|
Paramount Animation refers to company_name = 'Paramount Animation'
|
What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'
|
Which movies refers to title; actor refers to person_name
|
have made at least 1 Billion at the box office refers to revenue > 1000000000
|
Which keywords refers to keyword_name; highest popularity refers to max(popularity)
|
characters refers to character_name; gender = 'Unspecified'
|
rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'
|
highest popularity refers to max(popularity)
|
List down the IDs of the production companies that released the movies in 1916.
|
IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'
|
Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'
|
names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
when the first movie refers to release_date where min(release_date)
|
movie "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
casts between order numbers 1 and 10 refers to cast_order BETWEEN 2 AND 9; Movie No. 285 refers to movie_id = 285
|
rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'
|
Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)
|
"vi" as their language code refers to language_code = 'vi'
|
worked as producer refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
released before 2000 refers to release_date < '2000-01-01'
|
What is Walt Disney Pictures' most popular movie?
|
Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)
|
director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)
|
the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'
|
language refers to language_name; original language refers to language_role = 'Original'
|
produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'
|
director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))
|
under keywords of "woman director" and "independent film" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage
|
genre refers to genre_name; lowest revenue refers to min(revenue)
|
keywords with "christmas" in them refers to keyword_name LIKE '%christmas%'
|
"Days of Thunder" refers to title = 'Days of Thunder'
|
most recent movie refers to max(release_date)
|
Which keywords belong to the movie titles with the highest popularity?
|
Which keywords refers to keyword_name; highest popularity refers to max(popularity)
|
worked as producer refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
keyword of "civil war" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)
|
main actor refers to person_name where Min(cast_order); "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14
|
movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'
|
under keywords of "woman director" and "independent film" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage
|
Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7
|
What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'
|
keyword of "video game" refers to keyword_name = 'video game'
|
Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)
|
Which character did Orlando Bloom play in the movie Pirates of the Caribbean: The Curse of the Black Pearl?
|
Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
language refers to language_name; movie "C'era una volta il West" refers to title = 'C''era una volta il West'
|
"Open Water" movie refers to title = 'Open Water'
|
keywords with "christmas" in them refers to keyword_name LIKE '%christmas%'
|
when the first movie refers to release_date where min(release_date)
|
job titles refers to job
|
Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)
|
Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'
|
made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'
|
language refers to language_name; original language refers to language_role = 'Original'
|
What was David Rubin's job in the movie "Days of Thunder"?
|
"Days of Thunder" refers to title = 'Days of Thunder'
|
movie "Four Rooms" refers to title = 'Four Rooms'
|
language refers to language_name; movie "C'era una volta il West" refers to title = 'C''era una volta il West'
|
iso code refers to country_iso_code; "Kyrgyz Republic" refers to country_name = 'Kyrgyz Republic'
|
ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'
|
horror movies refers to genre_name = 'Horror'
|
main actor refers to person_name where Min(cast_order); "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
have made at least 1 Billion at the box office refers to revenue > 1000000000
|
rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'
|
most recent movie refers to max(release_date)
|
adventure movies refers to genre_name = 'Adventure'; released in 2000 refers to release_date LIKE '2000%'
|
Provide the names and departments of the person who worked as a music editor in the "Pirates of the Caribbean: At World's End" movie.
|
names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage
|
ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'
|
director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)
|
horror movies refers to genre_name = 'Horror'
|
movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'
|
produced in Canada refers to country_name = 'Canada'
|
job titles refers to job
|
produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)
|
main actor refers to person_name where Min(cast_order); "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
What was the job of Dariusz Wolski in the movie "Pirates of the Caribbean: At World's End"?
|
movie "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14
|
Which movies refers to title; actor refers to person_name
|
characters refers to character_name; gender = 'Unspecified'
|
movie with the title of "The Dark Knight" refers to title = 'The Dark Knight'
|
keyword of "video game" refers to keyword_name = 'video game'
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
"Days of Thunder" refers to title = 'Days of Thunder'
|
Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7
|
Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'
|
produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)
|
Tell the number of movies made by Paramount Animation.
|
Paramount Animation refers to company_name = 'Paramount Animation'
|
genre refers to genre_name; revenue is at least 120,000,000 refers to revenue > = 120000000; between 2012 and 2015 refers to release_date BETWEEN '2012-01-01' AND '2015-12-31'
|
the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'
|
most recent movie refers to max(release_date)
|
directed by refers to job = 'Director'; average budget = AVG(budget)
|
from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage
|
female characters refer to gender = 'Female'; "Spider-Man 3" refers to title = 'Spider-Man 3'
|
Which keywords refers to keyword_name; highest popularity refers to max(popularity)
|
male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))
|
most common first name refers to max(count(person_name))
|
Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'
|
Calculate the average income made by movies using the keyword "paris". List the title of the movies.
|
income refers to revenue; keyword "paris" refers to keyword_name = 'paris'; average income = AVG(revenue)
|
job titles refers to job
|
crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'
|
made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'
|
genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'
|
under keywords of "woman director" and "independent film" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage
|
genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14
|
IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'
|
zero-budget refers to budget = 0; highest revenue refers to max(revenue)
|
all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'
|
casts between order numbers 1 and 10 refers to cast_order BETWEEN 2 AND 9; Movie No. 285 refers to movie_id = 285
|
Name the horror movies with positive ratings greater than 7.
|
Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7
|
What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'
|
French movies refers to country_name = 'France'; average revenue = AVG(revenue)
|
Which production company refers to company_name; most money at the box office refers to max(revenue)
|
zero-budget refers to budget = 0; highest revenue refers to max(revenue)
|
names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'
|
directed by refers to job = 'Director'
|
movie "Four Rooms" refers to title = 'Four Rooms'
|
Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)
|
main actor refers to person_name where Min(cast_order); "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
List all the unspecified gender characters.
|
characters refers to character_name; gender = 'Unspecified'
|
highest vote count refers to max(vote_count)
|
released in 1995 refers to release_date LIKE '1995%'
|
most common first name refers to max(count(person_name))
|
highest popularity refers to max(popularity)
|
"I Hope They Serve Beer in Hell" refers to title = 'I Hope They Serve Beer in Hell';
|
"saving the world" as the keyword refers to keyword_name = 'saving the world'
|
character 'USAF Master Sgt. Epps' refers to character_name = 'USAF Master Sgt. Epps'
|
first crime movie ever released refers to min(release_date) and genre_name = 'Crime'
|
Paramount Animation refers to company_name = 'Paramount Animation'
|
names refers to person_name; producers refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
List all companies who worked in the movie 'Ultramarines: A Warhammer 40,000 Movie.'
|
all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'
|
character 'USAF Master Sgt. Epps' refers to character_name = 'USAF Master Sgt. Epps'
|
crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'
|
have made at least 1 Billion at the box office refers to revenue > 1000000000
|
highest popularity refers to max(popularity)
|
"Days of Thunder" refers to title = 'Days of Thunder'
|
names refers to person_name; producers refers to job = 'Producer'; "Pirates of the Caribbean: At World's End" refers to title = 'Pirates of the Caribbean: At World''s End'
|
from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage
|
most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'
|
iso code refers to country_iso_code; "Kyrgyz Republic" refers to country_name = 'Kyrgyz Republic'
|
director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)
|
Name all the podcast title and its category with average rating of more than 3.0.
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
"Planet Money" is the title of podcast
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
review refers to content; longest review refers to Max(content)
|
Of the arts-books and arts-design categories, which one has more podcasts and what is the numerical difference between them?
|
arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))
|
created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
two-stars review refers to rating = 2
|
List all reviews created in May 2019. State the title of podcast and review rating.
|
created in May 2019 refers to created_at like '2019-05%'
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'
|
two-stars review refers to rating = 2
|
review refers to content; longest review refers to Max(content)
|
"Planet Money" is the title of podcast
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
Provide the itunes id and url for podcast titled 'Brown Suga Diaries'.
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
entitled refers to title; 'Sitcomadon' is the title of podcast
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))
|
review refers to content; longest review refers to Max(content)
|
What is the rating and category of the podcast entitled Sitcomadon?
|
entitled refers to title; 'Sitcomadon' is the title of podcast
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
two-stars review refers to rating = 2
|
Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
"Inspired & On Fire" refers to title of review
|
created in May 2019 refers to created_at like '2019-05%'
|
"Scaling Global" is the title of podcast
|
"Planet Money" is the title of podcast
|
What is the review with the title "Hosts bring the show down" for?
|
"Hosts bring the show down" refers to title of review
|
"Inspired & On Fire" refers to title of review
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
"crime-junkie" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))
|
created in May 2019 refers to created_at like '2019-05%'
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
review refers to content; longest review refers to Max(content)
|
Which titles have the content "love" but the category is art produced between 2018 and 2019.
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'
|
Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id
|
art category refers to category = 'arts'
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))
|
Indicate the slug and the itunes url of the podcast whose review content was written Can't stop listening.
|
review content was written Can't stop listening refers to content = 'Can't stop listening'
|
"Planet Money" is the title of podcast
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
"Scaling Global" is the title of podcast
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
review refers to content; longest review refers to Max(content)
|
Please list the titles of all the podcasts under the category "arts-performing-arts".
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
worst rating refers to rating = 1
|
two-stars review refers to rating = 2
|
"In The Thick" is the title of podcast; author refers to author_id; creation date refers to created_at
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
review content was written Can't stop listening refers to content = 'Can't stop listening'
|
Among the reviews for the podcast "Please Excuse My Dead Aunt Sally", how many of them are made in the year 2019?
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
review content was written Can't stop listening refers to content = 'Can't stop listening'
|
worst rating refers to rating = 1
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
created in May 2019 refers to created_at like '2019-05%'
|
two-stars review refers to rating = 2
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'
|
What is the content of the earliest review for the "Stuff You Should Know" podcast?
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
"Scaling Global" is the title of podcast
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
"Inspired & On Fire" refers to title of review
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
worst rating refers to rating = 1
|
Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id
|
For all reviews with the worst rating, state the podcast title as well as the review title and content.
|
worst rating refers to rating = 1
|
"Scaling Global" is the title of podcast
|
"In The Thick" is the title of podcast; author refers to author_id; creation date refers to created_at
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
review refers to content; longest review refers to Max(content)
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))
|
comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
How many podcast reviews with a rating of 3 were created during the first quarter of 2015?
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
review content was written Can't stop listening refers to content = 'Can't stop listening'
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
"Planet Money" is the title of podcast
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
"Inspired & On Fire" refers to title of review
|
entitled refers to title; 'Sitcomadon' is the title of podcast
|
What is the longest review?
|
review refers to content; longest review refers to Max(content)
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
"Inspired & On Fire" refers to title of review
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
worst rating refers to rating = 1
|
"Planet Money" is the title of podcast
|
review content was written Can't stop listening refers to content = 'Can't stop listening'
|
art category refers to category = 'arts'
|
"In The Thick" is the title of podcast; author refers to author_id; creation date refers to created_at
|
What are the titles and categories of all the podcasts with a review that has "Absolutely fantastic" in it?
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
art category refers to category = 'arts'
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
worst rating refers to rating = 1
|
Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
"Hosts bring the show down" refers to title of review
|
Find the author, rating and review creation date of review for podcast title 'In The Thick'.
|
"In The Thick" is the title of podcast; author refers to author_id; creation date refers to created_at
|
review refers to content; longest review refers to Max(content)
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'
|
review content was written Can't stop listening refers to content = 'Can't stop listening'
|
Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
What percentage of podcasts are "technology" podcasts? List all of them.
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))
|
"Scaling Global" is the title of podcast
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
"Scaling Global" is the title of podcast
|
"Hosts bring the show down" refers to title of review
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
worst rating refers to rating = 1
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
List all content reviewed for podcast with the best rating under the 'fiction' category. State the podcast title.
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
art category refers to category = 'arts'
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
"Scaling Global" is the title of podcast
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
"In The Thick" is the title of podcast; author refers to author_id; creation date refers to created_at
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
What is the average rating of all the podcasts in category art?
|
category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
entitled refers to title; 'Sitcomadon' is the title of podcast
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
worst rating refers to rating = 1
|
arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))
|
Write all the review titles and the contents belonging to the podcast 'More Stupider: A 90-Day Fiance Podcast' with a review rating of 1.
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
"Scaling Global" is the title of podcast
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
"crime-junkie" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
art category refers to category = 'arts'
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
To which categories do the podcasts of the reviewer whose id is EFB34EAC8E9397C belong?
|
reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))
|
"Hosts bring the show down" refers to title of review
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
List the titles of the art category.
|
art category refers to category = 'arts'
|
"Planet Money" is the title of podcast
|
review refers to content; longest review refers to Max(content)
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id
|
created in May 2019 refers to created_at like '2019-05%'
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
"In The Thick" is the title of podcast; author refers to author_id; creation date refers to created_at
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
Write the names of the podcasts in the music category that have a rating greater than 3.
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
Which "music" podcast has the longest title?
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
entitled refers to title; 'Sitcomadon' is the title of podcast
|
"Planet Money" is the title of podcast
|
worst rating refers to rating = 1
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
What is the percentage of reviews added each year of the total reviews added?
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))
|
"In The Thick" is the title of podcast; author refers to author_id; creation date refers to created_at
|
"Planet Money" is the title of podcast
|
"Scaling Global" is the title of podcast
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
review refers to content; longest review refers to Max(content)
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
List all the podcasts reviewed by a reviewer who has a review titled "Inspired & On Fire!".
|
"Inspired & On Fire" refers to title of review
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
art category refers to category = 'arts'
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'
|
created in May 2019 refers to created_at like '2019-05%'
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))
|
Calculate the average rating of the true crime category.
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
"Inspired & On Fire" refers to title of review
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
art category refers to category = 'arts'
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
"Hosts bring the show down" refers to title of review
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
How many reviews does "Planet Money" have?
|
"Planet Money" is the title of podcast
|
review content was written Can't stop listening refers to content = 'Can't stop listening'
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
"crime-junkie" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))
|
"Inspired & On Fire" refers to title of review
|
art category refers to category = 'arts'
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
review refers to content; longest review refers to Max(content)
|
What is the average rating of the podcast "Please Excuse My Dead Aunt Sally"?
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
"Inspired & On Fire" refers to title of review
|
"Stuff You Should Know" is the title of podcast; earliest refers to Min(created_at)
|
entitled refers to title; 'Sitcomadon' is the title of podcast
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
"Scaling Global" is the title of podcast
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url
|
What is the average rating for the "crime-junkie" podcast?
|
"crime-junkie" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
"Scaling Global" is the title of podcast
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'
|
What is the average rating of all the podcasts with reviews created in 2019?
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
"Inspired & On Fire" refers to title of review
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
"Scaling Global" is the title of podcast
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
Which category is the podcast "Scaling Global" under?
|
"Scaling Global" is the title of podcast
|
art category refers to category = 'arts'
|
"In The Thick" is the title of podcast; author refers to author_id; creation date refers to created_at
|
"Inspired & On Fire" refers to title of review
|
created in May 2019 refers to created_at like '2019-05%'
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
"crime-junkie" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))
|
List the urls for all the "fiction-science-fiction" podcasts.
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
review content was written Can't stop listening refers to content = 'Can't stop listening'
|
"Inspired & On Fire" refers to title of review
|
List the authors who created review for podcast titled 'Pop Rocket' in 2016 with rating less than 5.
|
Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'
|
"Scaling Global" is the title of podcast
|
arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
"crime-junkie" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
"Scaling Global" is the title of podcast
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
Which category does the podcast titled 'SciFi Tech Talk' belong to?
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
"Scaling Global" is the title of podcast
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
two-stars review refers to rating = 2
|
reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
How many reviews are created for the podcast "Scaling Global" under?
|
"Scaling Global" is the title of podcast
|
comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
"Please Excuse My Dead Aunty Sally" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
"Scaling Global" is the title of podcast
|
review refers to content; longest review refers to Max(content)
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content
|
What is the name of the podcast in which a commentor left a comment with the title 'Long time listener, calling it quits?' Include the URL of the podcast as well.
|
comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
"Scaling Global" is the title of podcast
|
fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
"Inspired & On Fire" refers to title of review
|
average rating of more than 3.0 refers to avg(rating) > 3.0
|
average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))
|
rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
List all of the two-star reviews and their categories.
|
two-stars review refers to rating = 2
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
category 'arts-performing-arts' refers to category = 'arts-performing-arts';
|
created in May 2019 refers to created_at like '2019-05%'
|
category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
"Scaling Global" is the title of podcast
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
"Scaling Global" is the title of podcast
|
comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url
|
podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'
|
What are the titles of the podcasts whose reviews were created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00?
|
created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'
|
music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title
|
podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1
|
url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast
|
"In The Thick" is the title of podcast; author refers to author_id; creation date refers to created_at
|
music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
art category refers to category = 'arts'
|
"Hosts bring the show down" refers to title of review
|
"technology" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100
|
created in May 2019 refers to created_at like '2019-05%'
|
In how many categories were podcast reviews created in the last six months of 2016? List them.
|
created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'
|
"crime-junkie" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))
|
review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100
|
created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))
|
worst rating refers to rating = 1
|
"Hosts bring the show down" refers to title of review
|
review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'
|
"Please Excuse My Dead Aunt Sally" is the title of podcast; made in the year 2019 refers to created_at like '2019%'
|
"Planet Money" is the title of podcast
|
"Inspired & On Fire" refers to title of review
|
two-stars review refers to rating = 2
|
Among the artists from 1980 to 1982. Which artist was tagged as "disco"?
|
from 1980 to 1982 refers to groupYear between 1980 and 1982; tag = 'disco';
|
releaseType = 'single'; between 1979 and 1981 refers to groupYear between 1979 and 1981; tag = 'soul';
|
kurtis blow is an artist; from 2000 to 2010 refers to groupYear between 2000 and 2010;
|
releaseType = 'single'; downloaded at least 20 refers to totalSnatched ≥ 20; id from 10 to 20 refer to id between 10 and 20; groups refer to groupName;
|
tag = 'pop';
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
releaseType = 'single';
|
releaseType = 'single'; between 1980 to 1982 refers to groupYear between 1980 and 1982;
|
the most singles refer to MAX(COUNT(releaseType = 'single'));
|
id from 10 to 30 refers to id between 10 and 30; groupYear = 1980;
|
the most downloaded single refers to MAX(totalSnatched where releaseType = 'single');
|
Indicates groups with id from 10 to 20 with singles downloaded at least 20.
|
releaseType = 'single'; downloaded at least 20 refers to totalSnatched ≥ 20; id from 10 to 20 refer to id between 10 and 20; groups refer to groupName;
|
the most singles refer to MAX(COUNT(releaseType = 'single'));
|
2Pac is an artist; album refers to releaseType; groupYear = 1991; SUBTRACT(groupYear = 1991, groupYear where releaseType = 'album' LIMIT 1 OFFSET 1);
|
from 1980 to 1982 refers to groupYear between 1980 and 1982; tag = 'disco';
|
millie jackson is an artist; album title refers to groupName where releaseType = 'album'; groupYear = 1980;
|
From 1979 to 1982 refers to groupYear between 1979 and 1982; United States refer to tag; albums refer to releaseType; DIVIDE(COUNT(releaseType = 'album' where tag = 'united.states' and groupYear between 1979 and 1982), COUNT(releaseType = 'album' where groupYear between 1979 and 1982)) as percentage;
|
release title of single refers to groupName where releaseType = 'single'; the oldest means coming before all others in time and refers to MIN(groupYear);
|
release titles of the "ep's" refer to groupName where releaseType = 'ep';
|
the most downloaded refers to MAX(totalSnatched); tag = 'jazz'; from 1982 or later refers to groupYear ≥ 1982;
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
id from 10 to 30 refers to id between 10 and 30; groupYear = 1980;
|
In 1980, how many singles were released by sugar daddy?
|
sugar daddy is an artist; releaseType = 'single'; groupYear = 1980;
|
releaseType = 'single'; groupYear = 1979;
|
release "sugarhill gang" refers to groupName = 'sugarhill gang';
|
From 1979 to 1982 refers to groupYear between 1979 and 1982; United States refer to tag; albums refer to releaseType; DIVIDE(COUNT(releaseType = 'album' where tag = 'united.states' and groupYear between 1979 and 1982), COUNT(releaseType = 'album' where groupYear between 1979 and 1982)) as percentage;
|
releaseType = 'single'; between 1979 and 1981 refers to groupYear between 1979 and 1981; tag = 'soul';
|
kurtis blow is an artist; from 2000 to 2010 refers to groupYear between 2000 and 2010;
|
release titles of the "ep's" refer to groupName where releaseType = 'ep';
|
2Pac is an artist; album refers to releaseType; groupYear = 1991; SUBTRACT(groupYear = 1991, groupYear where releaseType = 'album' LIMIT 1 OFFSET 1);
|
groupYear = 2000; album refers to releaseType;
|
millie jackson is an artist; album title refers to groupName where releaseType = 'album'; groupYear = 1980;
|
the most downloaded single refers to MAX(totalSnatched where releaseType = 'single');
|
Among id from 10 to 50. Which artist tagged as "new.york" has the most downloads?
|
Among id from 10 to 50 refers to id between 10 and 50; tag = 'new.york'; the most downloads refer to MAX(totalSnatched);
|
release title refers to groupName; Ron Hunt is an artist; groupYear = 1979; releaseType = 'single'; downloaded 239 times refer to totalSnatched = 239;
|
release title of single refers to groupName where releaseType = 'single'; the oldest means coming before all others in time and refers to MIN(groupYear);
|
2Pac is an artist; album refers to releaseType; groupYear = 1991; SUBTRACT(groupYear = 1991, groupYear where releaseType = 'album' LIMIT 1 OFFSET 1);
|
releases refer to groupName; downloaded for more than 20000 times refers to totalSnatched > 20000;
|
From 1979 to 1982 refers to groupYear between 1979 and 1982; United States refer to tag; albums refer to releaseType; DIVIDE(COUNT(releaseType = 'album' where tag = 'united.states' and groupYear between 1979 and 1982), COUNT(releaseType = 'album' where groupYear between 1979 and 1982)) as percentage;
|
From 1980 to 2000 refers to groupYear between 1980 and 2000; tag = 'disco'; the most releases refer to MAX(COUNT(id));
|
blowfly is an artist; groupYear = 1980; album refers to releaseType; downloaded refers to totalSnatched;
|
the most downloaded refers to MAX(totalSnatched); tag = 'jazz'; from 1982 or later refers to groupYear ≥ 1982;
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
releaseType = 'single';
|
From 1980 to 2000, which artist had the most disco releases?
|
From 1980 to 2000 refers to groupYear between 1980 and 2000; tag = 'disco'; the most releases refer to MAX(COUNT(id));
|
the most downloaded refers to MAX(totalSnatched); tag = 'jazz'; from 1982 or later refers to groupYear ≥ 1982;
|
the most downloaded single refers to MAX(totalSnatched where releaseType = 'single');
|
releaseType = 'single';
|
releaseType = 'single'; between 1980 to 1982 refers to groupYear between 1980 and 1982;
|
blowfly is an artist; groupYear = 1980; album refers to releaseType; downloaded refers to totalSnatched;
|
id from 10 to 30 refers to id between 10 and 30; groupYear = 1980;
|
Among id from 10 to 50 refers to id between 10 and 50; tag = 'new.york'; the most downloads refer to MAX(totalSnatched);
|
album refers to releaseType; the highest amount of downloads refers to MAX(totalSnatched);
|
release "sugarhill gang" refers to groupName = 'sugarhill gang';
|
release title refers to groupName; Ron Hunt is an artist; groupYear = 1979; releaseType = 'single'; downloaded 239 times refer to totalSnatched = 239;
|
Among the artists with the id from 10 to 30. Which artist released the product with the tag "funk" in 1980?
|
id from 10 to 30 refers to id between 10 and 30; groupYear = 1980;
|
releaseType = 'single'; between 1980 to 1982 refers to groupYear between 1980 and 1982;
|
release "sugarhill gang" refers to groupName = 'sugarhill gang';
|
From 1980 to 2000 refers to groupYear between 1980 and 2000; tag = 'disco'; the most releases refer to MAX(COUNT(id));
|
groupYear = 2000; album refers to releaseType;
|
tag = 'pop';
|
releases refer to groupName; downloaded for more than 20000 times refers to totalSnatched > 20000;
|
2Pac is an artist; album refers to releaseType; groupYear = 1991; SUBTRACT(groupYear = 1991, groupYear where releaseType = 'album' LIMIT 1 OFFSET 1);
|
kurtis blow is an artist; from 2000 to 2010 refers to groupYear between 2000 and 2010;
|
From 1979 to 1982 refers to groupYear between 1979 and 1982; United States refer to tag; albums refer to releaseType; DIVIDE(COUNT(releaseType = 'album' where tag = 'united.states' and groupYear between 1979 and 1982), COUNT(releaseType = 'album' where groupYear between 1979 and 1982)) as percentage;
|
release title refers to groupName; Ron Hunt is an artist; groupYear = 1979; releaseType = 'single'; downloaded 239 times refer to totalSnatched = 239;
|
How many singles were released between 1979 and 1981 labeled as "soul"?
|
releaseType = 'single'; between 1979 and 1981 refers to groupYear between 1979 and 1981; tag = 'soul';
|
the most singles refer to MAX(COUNT(releaseType = 'single'));
|
the most downloaded single refers to MAX(totalSnatched where releaseType = 'single');
|
release title of single refers to groupName where releaseType = 'single'; the oldest means coming before all others in time and refers to MIN(groupYear);
|
sugar daddy is an artist; releaseType = 'single'; groupYear = 1980;
|
releaseType = 'single'; groupYear = 1979;
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
From 1979 to 1982 refers to groupYear between 1979 and 1982; United States refer to tag; albums refer to releaseType; DIVIDE(COUNT(releaseType = 'album' where tag = 'united.states' and groupYear between 1979 and 1982), COUNT(releaseType = 'album' where groupYear between 1979 and 1982)) as percentage;
|
release "sugarhill gang" refers to groupName = 'sugarhill gang';
|
millie jackson is an artist; album title refers to groupName where releaseType = 'album'; groupYear = 1980;
|
blowfly is an artist; groupYear = 1980; album refers to releaseType; downloaded refers to totalSnatched;
|
From 1979 to 1982, what was the percentage of united.states albums out of total albums were released?
|
From 1979 to 1982 refers to groupYear between 1979 and 1982; United States refer to tag; albums refer to releaseType; DIVIDE(COUNT(releaseType = 'album' where tag = 'united.states' and groupYear between 1979 and 1982), COUNT(releaseType = 'album' where groupYear between 1979 and 1982)) as percentage;
|
release title refers to groupName; Ron Hunt is an artist; groupYear = 1979; releaseType = 'single'; downloaded 239 times refer to totalSnatched = 239;
|
releaseType = 'single';
|
sugar daddy is an artist; releaseType = 'single'; groupYear = 1980;
|
blowfly is an artist; groupYear = 1980; album refers to releaseType; downloaded refers to totalSnatched;
|
kurtis blow is an artist; from 2000 to 2010 refers to groupYear between 2000 and 2010;
|
releases refer to groupName; downloaded for more than 20000 times refers to totalSnatched > 20000;
|
the most downloaded refers to MAX(totalSnatched); tag = 'jazz'; from 1982 or later refers to groupYear ≥ 1982;
|
album refers to releaseType; the highest amount of downloads refers to MAX(totalSnatched);
|
release titles of the "ep's" refer to groupName where releaseType = 'ep';
|
releaseType = 'single'; between 1980 to 1982 refers to groupYear between 1980 and 1982;
|
Which artists have released singles with the tag 1970s?
|
releaseType = 'single';
|
releaseType = 'single'; groupYear = 1979;
|
From 1979 to 1982 refers to groupYear between 1979 and 1982; United States refer to tag; albums refer to releaseType; DIVIDE(COUNT(releaseType = 'album' where tag = 'united.states' and groupYear between 1979 and 1982), COUNT(releaseType = 'album' where groupYear between 1979 and 1982)) as percentage;
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
releaseType = 'single'; between 1980 to 1982 refers to groupYear between 1980 and 1982;
|
millie jackson is an artist; album title refers to groupName where releaseType = 'album'; groupYear = 1980;
|
tag = 'pop';
|
blowfly is an artist; groupYear = 1980; album refers to releaseType; downloaded refers to totalSnatched;
|
releaseType = 'single'; between 1979 and 1981 refers to groupYear between 1979 and 1981; tag = 'soul';
|
release title refers to groupName; Ron Hunt is an artist; groupYear = 1979; releaseType = 'single'; downloaded 239 times refer to totalSnatched = 239;
|
album refers to releaseType; the highest amount of downloads refers to MAX(totalSnatched);
|
What is the tag and the artist of the most downloaded single?
|
the most downloaded single refers to MAX(totalSnatched where releaseType = 'single');
|
the most downloaded refers to MAX(totalSnatched); tag = 'jazz'; from 1982 or later refers to groupYear ≥ 1982;
|
releaseType = 'single'; between 1979 and 1981 refers to groupYear between 1979 and 1981; tag = 'soul';
|
release title of single refers to groupName where releaseType = 'single'; the oldest means coming before all others in time and refers to MIN(groupYear);
|
blowfly is an artist; groupYear = 1980; album refers to releaseType; downloaded refers to totalSnatched;
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
tag = 'pop';
|
2Pac is an artist; album refers to releaseType; groupYear = 1991; SUBTRACT(groupYear = 1991, groupYear where releaseType = 'album' LIMIT 1 OFFSET 1);
|
releaseType = 'single';
|
album refers to releaseType; the highest amount of downloads refers to MAX(totalSnatched);
|
groupYear = 2000; album refers to releaseType;
|
What are the tags of the release "sugarhill gang"?
|
release "sugarhill gang" refers to groupName = 'sugarhill gang';
|
millie jackson is an artist; album title refers to groupName where releaseType = 'album'; groupYear = 1980;
|
Among id from 10 to 50 refers to id between 10 and 50; tag = 'new.york'; the most downloads refer to MAX(totalSnatched);
|
the most singles refer to MAX(COUNT(releaseType = 'single'));
|
releaseType = 'single'; between 1979 and 1981 refers to groupYear between 1979 and 1981; tag = 'soul';
|
from 1980 to 1982 refers to groupYear between 1980 and 1982; tag = 'disco';
|
From 1979 to 1982 refers to groupYear between 1979 and 1982; United States refer to tag; albums refer to releaseType; DIVIDE(COUNT(releaseType = 'album' where tag = 'united.states' and groupYear between 1979 and 1982), COUNT(releaseType = 'album' where groupYear between 1979 and 1982)) as percentage;
|
From 1980 to 2000 refers to groupYear between 1980 and 2000; tag = 'disco'; the most releases refer to MAX(COUNT(id));
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
tag = 'pop';
|
kurtis blow is an artist; from 2000 to 2010 refers to groupYear between 2000 and 2010;
|
How many albums and Single-Tables were released by the artist named '50 cent' between 2010 and 2015?
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
id from 10 to 30 refers to id between 10 and 30; groupYear = 1980;
|
album refers to releaseType; the highest amount of downloads refers to MAX(totalSnatched);
|
sugar daddy is an artist; releaseType = 'single'; groupYear = 1980;
|
millie jackson is an artist; album title refers to groupName where releaseType = 'album'; groupYear = 1980;
|
the most singles refer to MAX(COUNT(releaseType = 'single'));
|
releaseType = 'single'; between 1979 and 1981 refers to groupYear between 1979 and 1981; tag = 'soul';
|
from 1980 to 1982 refers to groupYear between 1980 and 1982; tag = 'disco';
|
releaseType = 'single'; between 1980 to 1982 refers to groupYear between 1980 and 1982;
|
From 1980 to 2000 refers to groupYear between 1980 and 2000; tag = 'disco'; the most releases refer to MAX(COUNT(id));
|
groupYear = 2000; album refers to releaseType;
|
What is the tag of the album with the highest amount of downloads?
|
album refers to releaseType; the highest amount of downloads refers to MAX(totalSnatched);
|
release title of single refers to groupName where releaseType = 'single'; the oldest means coming before all others in time and refers to MIN(groupYear);
|
sugar daddy is an artist; releaseType = 'single'; groupYear = 1980;
|
kurtis blow is an artist; from 2000 to 2010 refers to groupYear between 2000 and 2010;
|
millie jackson is an artist; album title refers to groupName where releaseType = 'album'; groupYear = 1980;
|
id from 10 to 30 refers to id between 10 and 30; groupYear = 1980;
|
release "sugarhill gang" refers to groupName = 'sugarhill gang';
|
releases refer to groupName; downloaded for more than 20000 times refers to totalSnatched > 20000;
|
tag = 'pop';
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
groupYear = 2000; album refers to releaseType;
|
How many times was the album released by blowfly in 1980 downloaded?
|
blowfly is an artist; groupYear = 1980; album refers to releaseType; downloaded refers to totalSnatched;
|
2Pac is an artist; album refers to releaseType; groupYear = 1991; SUBTRACT(groupYear = 1991, groupYear where releaseType = 'album' LIMIT 1 OFFSET 1);
|
tag = 'pop';
|
release title refers to groupName; Ron Hunt is an artist; groupYear = 1979; releaseType = 'single'; downloaded 239 times refer to totalSnatched = 239;
|
releaseType = 'single'; downloaded at least 20 refers to totalSnatched ≥ 20; id from 10 to 20 refer to id between 10 and 20; groups refer to groupName;
|
releases refer to groupName; downloaded for more than 20000 times refers to totalSnatched > 20000;
|
release titles of the "ep's" refer to groupName where releaseType = 'ep';
|
album refers to releaseType; the highest amount of downloads refers to MAX(totalSnatched);
|
albums refer to releaseType = 'album'; releaseType = 'single'; between 2010 and 2015 refers to groupYear between 2010 and 2015;
|
From 1980 to 2000 refers to groupYear between 1980 and 2000; tag = 'disco'; the most releases refer to MAX(COUNT(id));
|
releaseType = 'single';
|
Please list the releases that have been downloaded for more than 20000 times.
|
releases refer to groupName; downloaded for more than 20000 times refers to totalSnatched > 20000;
|
album refers to releaseType; the highest amount of downloads refers to MAX(totalSnatched);
|
release "sugarhill gang" refers to groupName = 'sugarhill gang';
|
groupYear = 2000; album refers to releaseType;
|
releaseType = 'single'; between 1979 and 1981 refers to groupYear between 1979 and 1981; tag = 'soul';
|
from 1980 to 1982 refers to groupYear between 1980 and 1982; tag = 'disco';
|
From 1980 to 2000 refers to groupYear between 1980 and 2000; tag = 'disco'; the most releases refer to MAX(COUNT(id));
|
blowfly is an artist; groupYear = 1980; album refers to releaseType; downloaded refers to totalSnatched;
|
From 1979 to 1982 refers to groupYear between 1979 and 1982; United States refer to tag; albums refer to releaseType; DIVIDE(COUNT(releaseType = 'album' where tag = 'united.states' and groupYear between 1979 and 1982), COUNT(releaseType = 'album' where groupYear between 1979 and 1982)) as percentage;
|
id from 10 to 30 refers to id between 10 and 30; groupYear = 1980;
|
tag = 'pop';
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.