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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Name the most recent movie rented by Dorothy Taylor. | movie name refers to title; the most recent refers to max(rental_date) | Drama' is a name of a category; calculation = DIVIDE(SUM(length < 100 AND name = 'Drama'), COUNT(film_id)) * 100 | screen length of more than 120 minutes refers to length > 120; category of horror refers to category.name = 'Horror'; percentage = divide(count(title where length > 120 and category.name = 'Horror'), count(title)) * 100% | documentary' is a name of a category; calculation = DIVIDE(SUM(name = 'Documentary'), COUNT(film_id)) * 100 | length duration of 113 minutes refers to length = 113; 'Kirk Jovovich' is a full name of an actor; full name refers to first_name, last_name | id movies refers to film_id | film refers to title; rated as PG-13 refers to rating = 'PG-13' | 'Ella Oliver' is a full name of a customer; full name refers to first_name, last_name; rental hired in June 2016 refers to rental_date BETWEEN '2005-06-01' AND '2005-06-30' | full name refers to first_name, last_name; customer who rented the most film refers to Max(count(rental_id)) | animation film refers to category.name = 'Animation'; total rental rate = sum(rental_rate) | "UPRISING UPTOWN" is the title of film |
How many films rented on 26th May, 2005 were returned on 30th May, 2005? | rented on 26th May 2005 refers to rental_date = '2005-05-26'; return on 30th May, 2005 refers to return_date = '2005-05-30'; number of rented film refers to Count (rental_id) | "Documentary" is the name of category; number of film refers to Count(film_id) | postal code that begins with 76 refers to postal_code like '76%' | 'Texas' is a district | English is a name of a language; for adults only refers to rating = 'NC-17' | ID 996 refers to film_id = 996 | 'Ella Oliver' is a full name of a customer; full name refers to first_name, last_name; rental hired in June 2016 refers to rental_date BETWEEN '2005-06-01' AND '2005-06-30' | full name refers to first_name, last_name; customer who rented the most film refers to Max(count(rental_id)) | rented on 24th May 2005 refers to rental_date = '2005-05-24%' | full name refers to first_name, last_name; drama is a category of a film; acted the most in a movies refers to MAX(COUNT(film_id)) | store no. 1 refers to store_id = 1; name refers to first_name, last_name |
How many films in the horror category were included in PG-13-rated? | "Horror" is the name of category; PG-13 rated refers to rating = 'PG-13' | 'Jason trap' is a title of a film; cast means actor; actor refers to first_name, last_name | total payment = sum(amount) | the most customers refers to MAX(COUNT(customer_id)) | address no. 72 refers to address_id = 72; phone number refers to phone | "ACADEMY DINOSAUR" is the title of film; language refers to language.name | active refers to active = 1; '1795 Santiago de Compostela Way' is an address; Texas is a district; who refers to first_name, last_name | action is a name of category | full name refers to first_name, last_name; customer who rented the most film refers to Max(count(rental_id)) | full name refers to first_name, last_name; more than 10$ refers to amount > 10 | "WORKING MICROCOSMOS" is the title of film; category refers to name |
List the full names of customers who have paid more than 10$. | full name refers to first_name, last_name; more than 10$ refers to amount > 10 | "Horror" is the name of category | in 2006 refers to release_year = 2006; 98 min duration refers to length = 98; number of actors refers to count(actor_id) | "1411 Lillydate Drive" is the address | length longer than 100 refers to length > 100 | "WORKING MICROCOSMOS" is the title of film; category refers to name | Italian is name of language; special featured with deleted scenes refers to special_features = 'deleted scenes' | film refers to title; rent for more than 5 days refers to rental_duration > 5 | the most customers refers to MAX(COUNT(customer_id)) | 178 min long refers to length = '178' | full name refers to first_name, last_name; the highest rental rate refers to max(rental_rate) |
Compute the total payment made by Sarah Lewis for film rentals so far. | total payment = sum(amount) | action is a name of category | ID 996 refers to film_id = 996 | Algeria is a country | screen length of more than 120 minutes refers to length > 120; category of horror refers to category.name = 'Horror'; percentage = divide(count(title where length > 120 and category.name = 'Horror'), count(title)) * 100% | for General Audiences means rating = 'G'; Parental Guidance Suggested means rating = 'PG'; Parents Strongly Cautioned means rating = 'PG-13'; Restricted means rating = 'R'; Adults Only means rating = 'NC-17'; action film refers to category.name = 'action' | film refers to title; least rented refers to count(min(customer_id)) | 178 min long refers to length = '178' | first 10 rental refers to rental id between 1 and 10; total rental payment refers to sum(amount) | full name refers to first_name, last_name; "Alabama Devil" refers to title = 'ALABAMA DEVIL' | restricted means rating = 'R'; length is 71 minutes refers to length = 71; replacement cost is $29.99 refers to replacement_cost = 29.99 |
How many customers are from the city of Lethbridge? | customer refers to customer_id | PG-13 is a rating; calculation = DIVIDE(SUM(rating = PG-13), SUM(rating)) * 100 | length refers to rental_duration; 'Dirty Ace' refers to title = 'DIRTY ACE' | full name refers to first_name, last_name; customer who rented the most film refers to Max(count(rental_id)) | full name refers to first_name, last_name; more than 10$ refers to amount > 10 | movie name refers to title; the most recent refers to max(rental_date) | full name refers to first_name, last_name; actor who starred in the most movies refers to actor_id where Max(Count(film_id)) | store no. 1 refers to store_id = 1; address location refers to address, address2, district | payments made refers to amount; throughout the month of August 2005 refers to payment_date like '2005-08%' | film refers to title of the film; 'Penelope Guiness' is a full name of an actor; full name refers to first_name, last_name | from 5/30/2005 at 3:43:54 AM to 7/31/2005 at 10:08:29 PM refers to payment_date between '2005-05-30 03:43:54' and '2005-07-31 10:08:29' |
What is the average rental rate for PG-13 rated movies? | PG-13 rated movie refers to rating = 'PG-13'; average rental rate = avg(rental_rate) | full name refers to first_name, last_name; acted in the most number of movies refers to MAX(COUNT(film_id)) | Drama' is a name of a category; calculation = DIVIDE(SUM(length < 100 AND name = 'Drama'), COUNT(film_id)) * 100 | customer ID of 100 and below refers to customer_id < 100 | duration over 120 minutes refers to length > 120; action category refers to category.name = 'action' | "[email protected]" is the email; owner refers to customer; full name refers to first_name, last_name | 'Eleanor Hunt' is the full name of a customer; full name refers to first_name, last_name | rented in July 2005 refers to year (rental_date) = 2005 and month (rental_date) = 7 | average rental rate of all listed films refers to AVG(rental_rate); rental rate greater than the 60% of average rental rate refers to rental_rate > (AVG(rental_rate)) MULTIPLY 0.6 | documentary film refers to name = 'documentary'; longest length refers to max(length) | address no. 72 refers to address_id = 72; phone number refers to phone |
Calculate the total payment amount by Diane Collins. | 'Diane Collins' is a full name of a customer; full name refers to first_name, last_name | 'Hector Poinexter' is a full name of a customer; full name refers to first_name, last_name; | "Horror" is the name of category | "Clarksville" is the city; | movies with the most price per day refers to MAX(rental_rate) | address no. 72 refers to address_id = 72; phone number refers to phone | store no. 1 refers to store_id = 1; address location refers to address, address2, district | film refers to title; most rented refers to MAX(inventory_id) | 77 min film refers to length = 77 | Drama' is a name of a category; calculation = DIVIDE(SUM(length < 100 AND name = 'Drama'), COUNT(film_id)) * 100 | id movies refers to film_id |
Tally the full names of actors in the film "Alabama Devil." | full name refers to first_name, last_name; "Alabama Devil" refers to title = 'ALABAMA DEVIL' | for General Audiences means rating = 'G'; Parental Guidance Suggested means rating = 'PG'; Parents Strongly Cautioned means rating = 'PG-13'; Restricted means rating = 'R'; Adults Only means rating = 'NC-17'; action film refers to category.name = 'action' | rented at 12:27:27 on 2005/7/28 refers to rental_date = '2005-07-28 12:27:27' | longest duration of film refers to Max(length) | classic movie refers to name = 'Classics'; rental rate of less than 1 refers to rental_rate < 1; movie refers to film_id | highest replacement cost refers to Max (replacement_cost); full name refers to first_name, last_name | highest replacement_cost refers to Max (replacement_cost); film refers to title | active refers to active = 1; '1795 Santiago de Compostela Way' is an address; Texas is a district; who refers to first_name, last_name | 178 min long refers to length = '178' | "science fiction" is the name of category; most common special features refers to Max(frequency(special_features)) | name refers to first_name, last_name |
What percentage of films with a length of less than 100 belong to the Drama category? | Drama' is a name of a category; calculation = DIVIDE(SUM(length < 100 AND name = 'Drama'), COUNT(film_id)) * 100 | highest replacement cost refers to Max (replacement_cost) | actor refers to first_name, last_name; film "Bound Cheaper" refers to title = 'BOUND CHEAPER' | highest rental price per day refers to Max(Divide(rental_rate, rental_duration)) | average payment refers to AVG(amount) | email address refers to email | most rented movie refers to title where Max(Count(rental_id)) | "science fiction" is the name of category; most common special features refers to Max(frequency(special_features)) | the most customers refers to MAX(COUNT(customer_id)) | PG-13 is a rating; calculation = DIVIDE(SUM(rating = PG-13), SUM(rating)) * 100 | 178 min long refers to length = '178' |
Which category does the film Working Microcosmos belong to? | "WORKING MICROCOSMOS" is the title of film; category refers to name | documentary' is a name of a category; calculation = DIVIDE(SUM(name = 'Documentary'), COUNT(film_id)) * 100 | full name refers to first_name, last_name; types of movies means category of movies;
rented more than five types of movies refers to COUNT(film_category) > 5 | "BLANKET BEVERLY" is the title of film; rented times refers to count(rental_id) | store no. 1 refers to store_id = 1; name refers to first_name, last_name | full name refers to first_name, last_name; customer who rented the most film refers to Max(count(rental_id)) | rented at 12:27:27 on 2005/7/28 refers to rental_date = '2005-07-28 12:27:27' | the total amount = sum(amount); in June 2005 refers to payment_date like '2005-06%' | "CHOCOLATE DUCK" is the title of film; full name refers to first_name, last_name | restricted refers to rating = 'R'; highest number of film refers to Max(Count(film_id)); full name refers to first_name, last_name | "Gina DeGeneres" and "Penelope Guinness" are both full name of actor; times number of film = Divide (Count (film_id where first_name = 'GINA' and last_name = 'DEGENERES'), Count(film_id where first_name = 'PENELOPE' and last_name = 'GUINESS')) |
Give the number of documentary films. | "Documentary" is the name of category; number of film refers to Count(film_id) | first 10 rental refers to rental id between 1 and 10; total rental payment refers to sum(amount) | 178 min long refers to length = '178' | full name refers to first_name, last_name; the biggest amount refers to max(amount) | more than 2 special features refers to Count(special_features) > 2 | higher replacement cost refers to Max(replacement_cost); 'ACE GOLDFIINGER' and 'ACADEMY DINOSAUR' are both the title of film | "UPRISING UPTOWN" is the title of film | Drama' is a name of a category; calculation = DIVIDE(SUM(length < 100 AND name = 'Drama'), COUNT(film_id)) * 100 | full name refers to first_name, last_name; types of movies means category of movies;
rented more than five types of movies refers to COUNT(film_category) > 5 | the lowest movie rental refers to min(rental_rate); the horror category refers to category.name = 'Horror' | action is a name of category |
How many movie lists with over 100 movies had user 85981819 created when he or she was a paying subscriber? | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | It's Winter' is movie_title; | Alex de la Iclesia is the director name; the most popular refers to Max(movie_popularity); films refers to movies; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | average rating = DIVIDE((SUM(rating_score where movie_title = 'When Will I Be Loved')), COUNT(rating_score)); | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | A Way of Life refers to movie_title; user 39115684 refers to userid = 39115684; url refers to rating_url; | The Fall of Berlin' is movie_title; in 2019 refers to rating_timestamp_utc = 2019; Average score refers to Avg(rating_score); | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | 5 rating scores refer to rating_score; Christopher Nolan refer to director_name; average popularity of each movie refer to AVG(movie_popularity where director_name = 'Christopher Nolan') |
Please provide the ID of the user with the most followers on the list. | most followers refers to Max(list_followers); | Directed by Buster Keaton refers to director_name; released in 1924 refers to movie_release_year = 1924; paying subscriber refers to user_has_payment_method = 1
| lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | film released in 2007 refers to movie_release_year = 2007; film refers to movie | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | "A Shot in the Dark" refers to movie_title = 'A Shot in the Dark'; paying subscriber refers to user_has_payment_method = 1; percentage refers to DIVIDE(COUNT(user_has_payment_method = 1),COUNT(user_has_payment_method))*100 | It's Winter' is movie_title; | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | number of likes received refers to critic likes; received the highest number of likes refers to MAX(critic_likes); |
Which film rated by user 59988436 that received 21 comments? | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | URL refer to rating_url; user 22030372 refer to user_id | paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) | 5 rating scores refer to rating_score; Christopher Nolan refer to director_name; average popularity of each movie refer to AVG(movie_popularity where director_name = 'Christopher Nolan') | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | Innocence Unprotected' is movie_title; '250 Favourite Films' is list_title; rating refers to rating_score; | FALSE; |
Name movie titles released in year 1945. Sort the listing by the descending order of movie popularity. | released in the year 1945 refers to movie_release_year = 1945; | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | Tokyo Eyes' is movie_title, director refers to director_name; | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | number of likes received refers to critic likes; received the highest number of likes refers to MAX(critic_likes); | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | worst rating refers to rating_score = 1; | film released in 2008 refers to movie_release_year = 2008; scored the highest refers to Max(rating_score); film refers to movie; | When Will I Be Loved refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1;rated 1 on the movie refers to rating_score = 1; | received more than 20 likes refers to critic_likes>20; | 250 Favourite Films refers to list_title; |
Between 1/1/2017 to 12/31/2017, how many users who were eligible for trial when they rated the movie "Patti Smith: Dream of Life"and what is the image URL to the movie on Mubi? | Between 1/1/2017 to 12/31/2017 refers to rating_timestamp_utc between '2017-01-01 00:00:00' and '2017-12-31 00:00:00'; eligible for trial refers to user_eligible_for_trial = 1; movie "Patti Smith: Dream of Life" refers to movie_title = 'Patti Smith: Dream of Life' | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | director refer to director_name; The Crowd refer to movie_title; Average refer to AVG(rating_score) | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | the most comments refers to Max(list_comments); | ratings in year 2020 refers to rating_timestamp_utc like '%2020%'; rating_score > = 4; | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; |
List all movie title rated in April 2020 from user who was a trialist. | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year; | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; | A Way of Life refers to movie_title; user 39115684 refers to userid = 39115684; url refers to rating_url; | list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | It's Winter' is movie_title; | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 |
Give the number of followers for the user who posted the most lists. | number of followers refers to user_subscriber; posted the most lists refers to MAX(COUNT(list_id)) | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | first created list refers to oldest list_creation_date_utc; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | "A Shot in the Dark" refers to movie_title = 'A Shot in the Dark'; paying subscriber refers to user_has_payment_method = 1; percentage refers to DIVIDE(COUNT(user_has_payment_method = 1),COUNT(user_has_payment_method))*100 | most popular movie of all time refers to MAX(movie_popularity); a trialist refers to user_trialist = 1; average rating score = AVG(rating_score) | longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year; |
What is the average rating for movie titled 'When Will I Be Loved'? | average rating = DIVIDE((SUM(rating_score where movie_title = 'When Will I Be Loved')), COUNT(rating_score)); | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | list titled 'Sound and Vision' refers to list_title = 'Sound and Vision'; user_subscriber = 1 means the user was a subscriber when he rated the movie; user_subscriber = 0 means the user was not a subscriber when he rated the movie
| user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | URL to the list page on Mubi refers to list_url; list_followers = 1 OR list_followers = 2; last update timestamp was on 2012 refers to list_update_timestamp_utc BETWEEN '2012-1-1' AND '2012-12-31'; | year refers to movie_release_year; most release films refers to MAX(COUNT(movie_id))
| film released in 2007 refers to movie_release_year = 2007; film refers to movie | movie titled "Red Blooded American Girl" refers to movie_title = 'Red Blooded American Girl' |
Among the lists created by user 4208563, which one has the highest number of followers? Indicate how many followers it has and whether the user was a subscriber or not when he created the list. | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | 4 rating refers to rating_score = 4; the movie "Freaks" refers to movie_title = 'Freaks' ; at 2013/5/4 6:33:32 refers to rating_timestamp_utc = '2013-05-04 06:33:32' | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | A Way of Life' is movie_title; average rating score = Divide (Sum(rating_score), Count(rating_id)); | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | average rating = DIVIDE((SUM(rating_score where movie_title = 'When Will I Be Loved')), COUNT(rating_score)); | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | movies where users left a critic refers to critic IS NOT NULL; critic comments refers to critic; | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title |
What is the list ID that was first created by user 85981819? | first created list refers to oldest list_creation_date_utc; | Directed by Buster Keaton refers to director_name; released in 1924 refers to movie_release_year = 1924; paying subscriber refers to user_has_payment_method = 1
| released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; | number of likes received refers to critic likes; received the highest number of likes refers to MAX(critic_likes); | lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | user 4208563 refers to user_id = 4208563 | 250 Favourite Films refers to list_title; last update refers to list_update_date_utc; | percentage of movies that were never been rated refers to DIVIDE(COUNT(main_movies.movie_id ! = main_ratings.movie_id),COUNT(movie_id)) |
Which of the films released in 2006 was the most popular among Mubi users? | released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | Between 1/1/2017 to 12/31/2017 refers to rating_timestamp_utc between '2017-01-01 00:00:00' and '2017-12-31 00:00:00'; eligible for trial refers to user_eligible_for_trial = 1; movie "Patti Smith: Dream of Life" refers to movie_title = 'Patti Smith: Dream of Life' | released in the year 1945 refers to movie_release_year = 1945; | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | highest movie popularity refers to MAX(movie_popularity) | ratings in year 2020 refers to rating_timestamp_utc like '%2020%'; rating_score > = 4; |
How many users, who were a paying subscriber when they rated the movie, gave the movie that was released in 1924 and directed by Erich von Stroheim a rating score of 5? | Directed by Buster Keaton refers to director_name; released in 1924 refers to movie_release_year = 1924; paying subscriber refers to user_has_payment_method = 1
| the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; | user 57756708 refers to user_id = 57756708; rated recently refers to MAX(rating_timestamp_utc) | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | average rating = DIVIDE((SUM(rating_score where movie_title = 'When Will I Be Loved')), COUNT(rating_score)); | followers refers to list_followers; | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | most followers refers to Max(list_followers); | more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) |
Please list the id of the director of the movie "It's Winter". | It's Winter' is movie_title; | directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | released in 1995 refers to movie_release_year = '1995'; lower than 3 ratings refers to rating_score <3; most popularity movie refers to MAX(movie_popularity) | film released in 2008 refers to movie_release_year = 2008; scored the highest refers to Max(rating_score); film refers to movie; | movies where users left a critic refers to critic IS NOT NULL; critic comments refers to critic; | released in the year 1945 refers to movie_release_year = 1945; | paying subscribers refers to user_has_payment_method = 1; rating a movie after the year 2014 refers to rating_date_utc>'2014%' | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); | "A Shot in the Dark" refers to movie_title = 'A Shot in the Dark'; paying subscriber refers to user_has_payment_method = 1; percentage refers to DIVIDE(COUNT(user_has_payment_method = 1),COUNT(user_has_payment_method))*100 | was a subscriber refers to user_subscriber = 1; percentage refers to DIVIDE(COUNT(user_subscriber = 1),COUNT(list_id)) | more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) |
Where can I find the movie list "Short and pretty damn sweet"? | Short and pretty damn sweet is list_title; location of the movie refers to list_url; | number of followers refers to user_subscriber; posted the most lists refers to MAX(COUNT(list_id)) | 250 Favourite Films' is list_title; movies refers to movie_title; | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | movie "Downfall" refers to movie_title = 'Downfall'; rating of "4" refers to rating_score = 4 | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
|
State the most popular movie? When was it released and who is the director for the movie? | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) | longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year; | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | user 4208563 refers to user_id = 4208563 | created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
| Highest average score refers to Max(Avg(rating_score)); | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title |
What is the user avatar url for user 41579158? What is the latest movie rated by him / her? | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | user 4208563 refers to user_id = 4208563 | director refer to director_name; The Crowd refer to movie_title; Average refer to AVG(rating_score) | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); | 5 rating scores refer to rating_score; Christopher Nolan refer to director_name; average popularity of each movie refer to AVG(movie_popularity where director_name = 'Christopher Nolan') | 250 Favourite Films' is list_title; movies refers to movie_title; | released in 1995 refers to movie_release_year = '1995'; lower than 3 ratings refers to rating_score <3; most popularity movie refers to MAX(movie_popularity) | lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | followers refers to list_followers; |
How many movie lists were created by user 83373278 when he or she was a subscriber? | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | Alex de la Iclesia is the director name; the most popular refers to Max(movie_popularity); films refers to movies; | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | was a subscriber refers to user_subscriber = 1; percentage refers to DIVIDE(COUNT(user_subscriber = 1),COUNT(list_id)) | FALSE; | released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| user 57756708 refers to user_id = 57756708; rated recently refers to MAX(rating_timestamp_utc) | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | user 85981819 refers to user_id = 85981819; most followers refers to Max(list_followers); description refers to list_descriptions; |
What is the URL to the rating on Mubi of the Riff-Raff movie that was given the highest rating score by user 22030372? | URL refer to rating_url; user 22030372 refer to user_id | user 85981819 refers to user_id = 85981819; most followers refers to Max(list_followers); description refers to list_descriptions; | number of likes received refers to critic likes; received the highest number of likes refers to MAX(critic_likes); | 250 Favourite Films refers to list_title; last update refers to list_update_date_utc; | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| ratings in year 2020 refers to rating_timestamp_utc like '%2020%'; rating_score > = 4; | 4 rating refers to rating_score = 4; the movie "Freaks" refers to movie_title = 'Freaks' ; at 2013/5/4 6:33:32 refers to rating_timestamp_utc = '2013-05-04 06:33:32' |
Which title list has not been updated for the longest period of time? State how long it has not been updated? | not been updated for the longest period of time refers to MIN(list_update_timestamp_utc); how long it has not been updated refers to SUBTRACT(CURRENT_TIMESTAMP, list_update_timestamp_utc) | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| Short and pretty damn sweet is list_title; location of the movie refers to list_url; | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; | most popular refers to Max(movie_popularity); | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | movie titled "Red Blooded American Girl" refers to movie_title = 'Red Blooded American Girl' | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; |
For movie titled 'Welcome to the Dollhouse', how many percentage of the ratings were rated with highest score. | rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | A Way of Life' is movie_title; average rating score = Divide (Sum(rating_score), Count(rating_id)); | user 57756708 refers to user_id = 57756708; rated recently refers to MAX(rating_timestamp_utc) | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | URL refer to rating_url; user 22030372 refer to user_id | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; | 4 rating refers to rating_score = 4; the movie "Freaks" refers to movie_title = 'Freaks' ; at 2013/5/4 6:33:32 refers to rating_timestamp_utc = '2013-05-04 06:33:32' | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | 250 Favourite Films refers to list_title; last update refers to list_update_date_utc; | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; |
Give the url of movie which was rated 5 on 2013/5/3 5:11:17. | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | When Will I Be Loved refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1;rated 1 on the movie refers to rating_score = 1; | earliest user created a list refers to MIN(list_creation_date_utc); didn't get any followers refers to user_subscriber = 0 | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| not been updated for the longest period of time refers to MIN(list_update_timestamp_utc); how long it has not been updated refers to SUBTRACT(CURRENT_TIMESTAMP, list_update_timestamp_utc) | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | first created list refers to oldest list_creation_date_utc; | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | most popular movie of all time refers to MAX(movie_popularity); a trialist refers to user_trialist = 1; average rating score = AVG(rating_score) |
Please list the names of the movies that received more than 20 likes? | received more than 20 likes refers to critic_likes>20; | Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | ratings in year 2020 refers to rating_timestamp_utc like '%2020%'; rating_score > = 4; | movie "Downfall" refers to movie_title = 'Downfall'; rating of "4" refers to rating_score = 4 | "A Shot in the Dark" refers to movie_title = 'A Shot in the Dark'; paying subscriber refers to user_has_payment_method = 1; percentage refers to DIVIDE(COUNT(user_has_payment_method = 1),COUNT(user_has_payment_method))*100 | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
|
What are the URL to the list page on Mubi of the lists with followers between 1-2 and whose last update timestamp was on 2012? | URL to the list page on Mubi refers to list_url; list_followers = 1 OR list_followers = 2; last update timestamp was on 2012 refers to list_update_timestamp_utc BETWEEN '2012-1-1' AND '2012-12-31'; | more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) | FALSE; | earliest user created a list refers to MIN(list_creation_date_utc); didn't get any followers refers to user_subscriber = 0 | longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year; | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| Short and pretty damn sweet is list_title; location of the movie refers to list_url; | Tokyo Eyes' is movie_title, director refers to director_name; | 5 rating scores refer to rating_score; Christopher Nolan refer to director_name; average popularity of each movie refer to AVG(movie_popularity where director_name = 'Christopher Nolan') | Alex de la Iclesia is the director name; the most popular refers to Max(movie_popularity); films refers to movies; | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 |
How many more movie lists were created by the user who created the movie list "250 Favourite Films"? | 250 Favourite Films refers to list_title; | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | percentage of movies that were never been rated refers to DIVIDE(COUNT(main_movies.movie_id ! = main_ratings.movie_id),COUNT(movie_id)) | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| number of likes received refers to critic likes; received the highest number of likes refers to MAX(critic_likes); | 250 Favourite Films' is list_title; movies refers to movie_title; | updated most recently refers to MAX(list_update_date_utc) | URL to the list page on Mubi refers to list_url; list_followers = 1 OR list_followers = 2; last update timestamp was on 2012 refers to list_update_timestamp_utc BETWEEN '2012-1-1' AND '2012-12-31'; | worst rating refers to rating_score = 1; | Alex de la Iclesia is the director name; the most popular refers to Max(movie_popularity); films refers to movies; |
What is the average number of movies added to the lists of user 8516503? Give the user profile image URL on Mubi. | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| percentage of movies that were never been rated refers to DIVIDE(COUNT(main_movies.movie_id ! = main_ratings.movie_id),COUNT(movie_id)) | FALSE; | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | URL refer to rating_url; user 22030372 refer to user_id | Tokyo Eyes' is movie_title, director refers to director_name; | followers refers to list_followers; | released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) |
How many movies were added to the list with the most number of movies? Indicate whether the user was a paying subscriber or not when he created the list. | list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| updated most recently refers to MAX(list_update_date_utc) | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | was a subscriber refers to user_subscriber = 1; percentage refers to DIVIDE(COUNT(user_subscriber = 1),COUNT(list_id)) | user 85981819 refers to user_id = 85981819; most followers refers to Max(list_followers); description refers to list_descriptions; | movies where users left a critic refers to critic IS NOT NULL; critic comments refers to critic; | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | Tokyo Eyes' is movie_title, director refers to director_name; | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
|
What are the top 10 oldest movies and what are the average rating score for each movie? Indicate the name of the director and when the movies were released. | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | film released in 2007 refers to movie_release_year = 2007; film refers to movie | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | user 4208563 refers to user_id = 4208563 | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | 5 rating scores refer to rating_score; Christopher Nolan refer to director_name; average popularity of each movie refer to AVG(movie_popularity where director_name = 'Christopher Nolan') |
How many users, who were not a a trialist when they rated the movie, gave the movie "The South" a rating score of not more than 2? | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | year refers to movie_release_year; most release films refers to MAX(COUNT(movie_id))
| movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; | Directed by Buster Keaton refers to director_name; released in 1924 refers to movie_release_year = 1924; paying subscriber refers to user_has_payment_method = 1
| lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | The Fall of Berlin' is movie_title; in 2019 refers to rating_timestamp_utc = 2019; Average score refers to Avg(rating_score); | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; |
What is the URL to the movie director page on Mubi of the movie titled "Red Blooded American Girl" | movie titled "Red Blooded American Girl" refers to movie_title = 'Red Blooded American Girl' | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); | the most comments refers to Max(list_comments); | received more than 20 likes refers to critic_likes>20; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | paying subscribers refers to user_has_payment_method = 1; rating a movie after the year 2014 refers to rating_date_utc>'2014%' | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | Short and pretty damn sweet is list_title; location of the movie refers to list_url; |
Please list the names of the movies that user 94978 scored as 5. | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | A Way of Life refers to movie_title; user 39115684 refers to userid = 39115684; url refers to rating_url; | most followers refers to Max(list_followers); | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | movie titled "Red Blooded American Girl" refers to movie_title = 'Red Blooded American Girl' | movie "Downfall" refers to movie_title = 'Downfall'; rating of "4" refers to rating_score = 4 | user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; |
What's the description of user 85981819's movie list with the most followers? | user 85981819 refers to user_id = 85981819; most followers refers to Max(list_followers); description refers to list_descriptions; | the most comments refers to Max(list_comments); | 4 rating refers to rating_score = 4; the movie "Freaks" refers to movie_title = 'Freaks' ; at 2013/5/4 6:33:32 refers to rating_timestamp_utc = '2013-05-04 06:33:32' | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year; | A Way of Life' is movie_title; average rating score = Divide (Sum(rating_score), Count(rating_id)); | released in 1995 refers to movie_release_year = '1995'; lower than 3 ratings refers to rating_score <3; most popularity movie refers to MAX(movie_popularity) |
Who is the director of the movie Sex, Drink and Bloodshed? | Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | 250 Favourite Films refers to list_title; | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | most popular refers to Max(movie_popularity); | Innocence Unprotected' is movie_title; '250 Favourite Films' is list_title; rating refers to rating_score; |
List all the titles created by user who was a subsriber when he created the list and have less than 50 movies in the list. | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | paying subscribers refers to user_has_payment_method = 1; rating a movie after the year 2014 refers to rating_date_utc>'2014%' | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | most popular refers to Max(movie_popularity); | user 57756708 refers to user_id = 57756708; rated recently refers to MAX(rating_timestamp_utc) | directed at least 10 movies refers to count(direct_name)>10; 1960 to 1985 refer to movie_release_year
| paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; | percentage of movies that were never been rated refers to DIVIDE(COUNT(main_movies.movie_id ! = main_ratings.movie_id),COUNT(movie_id)) | worst rating refers to rating_score = 1; | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 |
How many films were released in 2007? | film released in 2007 refers to movie_release_year = 2007; film refers to movie | received more than 20 likes refers to critic_likes>20; | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | Tokyo Eyes' is movie_title, director refers to director_name; | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | Directed by Buster Keaton refers to director_name; released in 1924 refers to movie_release_year = 1924; paying subscriber refers to user_has_payment_method = 1
| user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | user 57756708 refers to user_id = 57756708; rated recently refers to MAX(rating_timestamp_utc) | list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; |
Which of the films directed by Álex de la Iclesia is the most popular among Mubi users? | Alex de la Iclesia is the director name; the most popular refers to Max(movie_popularity); films refers to movies; | created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
| When Will I Be Loved refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1;rated 1 on the movie refers to rating_score = 1; | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| URL to the list page on Mubi refers to list_url; list_followers = 1 OR list_followers = 2; last update timestamp was on 2012 refers to list_update_timestamp_utc BETWEEN '2012-1-1' AND '2012-12-31'; | worst rating refers to rating_score = 1; | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | was a subscriber refers to user_subscriber = 1; percentage refers to DIVIDE(COUNT(user_subscriber = 1),COUNT(list_id)) | most popular refers to Max(movie_popularity); | It's Winter' is movie_title; | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' |
Please list the titles of the movie lists user 32172230 created when he or she was eligible for trial. | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | Tokyo Eyes' is movie_title, director refers to director_name; | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | It's Winter' is movie_title; | A Way of Life' is movie_title; average rating score = Divide (Sum(rating_score), Count(rating_id)); | Highest average score refers to Max(Avg(rating_score)); | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | highest movie popularity refers to MAX(movie_popularity) | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; |
How many followers does the list created by the user whose user_avatar_image_url is https://assets.mubicdn.net/images/avatars/74983/images-w150.jpg?1523895214 have? | followers refers to list_followers; | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | Between 1/1/2017 to 12/31/2017 refers to rating_timestamp_utc between '2017-01-01 00:00:00' and '2017-12-31 00:00:00'; eligible for trial refers to user_eligible_for_trial = 1; movie "Patti Smith: Dream of Life" refers to movie_title = 'Patti Smith: Dream of Life' | number of likes received refers to critic likes; received the highest number of likes refers to MAX(critic_likes); | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | average rating = DIVIDE((SUM(rating_score where movie_title = 'When Will I Be Loved')), COUNT(rating_score)); | user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | 4 rating refers to rating_score = 4; the movie "Freaks" refers to movie_title = 'Freaks' ; at 2013/5/4 6:33:32 refers to rating_timestamp_utc = '2013-05-04 06:33:32' | more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) |
Show the head portrait of the user who gave the most "5" ratings. | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; | number of followers refers to user_subscriber; posted the most lists refers to MAX(COUNT(list_id)) | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | 5 rating scores refer to rating_score; Christopher Nolan refer to director_name; average popularity of each movie refer to AVG(movie_popularity where director_name = 'Christopher Nolan') | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| Tokyo Eyes' is movie_title, director refers to director_name; | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; | film released in 2008 refers to movie_release_year = 2008; scored the highest refers to Max(rating_score); film refers to movie; |
When did the creator of the list "250 Favourite Films" last updated a movie list? | 250 Favourite Films refers to list_title; last update refers to list_update_date_utc; | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | 250 Favourite Films refers to list_title; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | first created list refers to oldest list_creation_date_utc; | URL to the list page on Mubi refers to list_url; list_followers = 1 OR list_followers = 2; last update timestamp was on 2012 refers to list_update_timestamp_utc BETWEEN '2012-1-1' AND '2012-12-31'; | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | FALSE; | The Fall of Berlin' is movie_title; in 2019 refers to rating_timestamp_utc = 2019; Average score refers to Avg(rating_score); |
How many users liked the movie "A Way of Life" to the highest extent? | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; | Tokyo Eyes' is movie_title, director refers to director_name; | film released in 2008 refers to movie_release_year = 2008; scored the highest refers to Max(rating_score); film refers to movie; | earliest user created a list refers to MIN(list_creation_date_utc); didn't get any followers refers to user_subscriber = 0 | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | movies where users left a critic refers to critic IS NOT NULL; critic comments refers to critic; | directed at least 10 movies refers to count(direct_name)>10; 1960 to 1985 refer to movie_release_year
| 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; |
Which movie has the highest average score in Mubi? | Highest average score refers to Max(Avg(rating_score)); | film released in 2007 refers to movie_release_year = 2007; film refers to movie | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | A Way of Life' is movie_title; average rating score = Divide (Sum(rating_score), Count(rating_id)); | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| 250 Favourite Films refers to list_title; last update refers to list_update_date_utc; | Short and pretty damn sweet is list_title; location of the movie refers to list_url; | paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | was a subscriber refers to user_subscriber = 1; percentage refers to DIVIDE(COUNT(user_subscriber = 1),COUNT(list_id)) |
How many movies directed by Felipe Cazals was realeased on 1976? | directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | least number of movies refers to MIN(movie_release_year); highest rating score refers to MAX(SUM(movie_id) where rating_score = '1')
| lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | Directed by Buster Keaton refers to director_name; released in 1924 refers to movie_release_year = 1924; paying subscriber refers to user_has_payment_method = 1
| ratings in year 2020 refers to rating_timestamp_utc like '%2020%'; rating_score > = 4; | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | user 85981819 refers to user_id = 85981819; most followers refers to Max(list_followers); description refers to list_descriptions; | FALSE; | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; |
How many users gave "Pavee Lackeen: The Traveller Girl" movie a rating score of 4? | FALSE; | When Will I Be Loved refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1;rated 1 on the movie refers to rating_score = 1; | earliest user created a list refers to MIN(list_creation_date_utc); didn't get any followers refers to user_subscriber = 0 | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | film released in 2008 refers to movie_release_year = 2008; scored the highest refers to Max(rating_score); film refers to movie; | A Way of Life refers to movie_title; user 39115684 refers to userid = 39115684; url refers to rating_url; | released in the year 1945 refers to movie_release_year = 1945; | 4 rating refers to rating_score = 4; the movie "Freaks" refers to movie_title = 'Freaks' ; at 2013/5/4 6:33:32 refers to rating_timestamp_utc = '2013-05-04 06:33:32' | most popular refers to Max(movie_popularity); |
Which user made a critic for the film "When Will I Be Loved" and got 2 comments for the critic? | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | highest movie popularity refers to MAX(movie_popularity) | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | received more than 20 likes refers to critic_likes>20; | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; | earliest user created a list refers to MIN(list_creation_date_utc); didn't get any followers refers to user_subscriber = 0 | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; | updated most recently refers to MAX(list_update_date_utc) |
Which year has the least number of movies that was released and what is the title of the movie in that year that has the highest number of rating score of 1? | least number of movies refers to MIN(movie_release_year); highest rating score refers to MAX(SUM(movie_id) where rating_score = '1')
| paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | the most comments refers to Max(list_comments); | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | list titled 'Sound and Vision' refers to list_title = 'Sound and Vision'; user_subscriber = 1 means the user was a subscriber when he rated the movie; user_subscriber = 0 means the user was not a subscriber when he rated the movie
| head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; | movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) |
What is the average rating score of the movie "The Crowd" and who was its director? | director refer to director_name; The Crowd refer to movie_title; Average refer to AVG(rating_score) | It's Winter' is movie_title; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | directed at least 10 movies refers to count(direct_name)>10; 1960 to 1985 refer to movie_release_year
| more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) | created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
| User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | first created list refers to oldest list_creation_date_utc; | URL refer to rating_url; user 22030372 refer to user_id | 250 Favourite Films refers to list_title; last update refers to list_update_date_utc; |
What is the name of the movie whose critic received the highest number of likes related to the critic made by the user rating the movie? | number of likes received refers to critic likes; received the highest number of likes refers to MAX(critic_likes); | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | highest movie popularity refers to MAX(movie_popularity) | most followers refers to Max(list_followers); | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| FALSE; | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| When Will I Be Loved refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1;rated 1 on the movie refers to rating_score = 1; | Directed by Buster Keaton refers to director_name; released in 1924 refers to movie_release_year = 1924; paying subscriber refers to user_has_payment_method = 1
| paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; |
Please list the movies rated by the user who created the movie list "250 Favourite Films". | 250 Favourite Films' is list_title; movies refers to movie_title; | The Fall of Berlin' is movie_title; in 2019 refers to rating_timestamp_utc = 2019; Average score refers to Avg(rating_score); | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| film released in 2008 refers to movie_release_year = 2008; scored the highest refers to Max(rating_score); film refers to movie; | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | earliest user created a list refers to MIN(list_creation_date_utc); didn't get any followers refers to user_subscriber = 0 | 250 Favourite Films refers to list_title; last update refers to list_update_date_utc; | Highest average score refers to Max(Avg(rating_score)); | released in 1995 refers to movie_release_year = '1995'; lower than 3 ratings refers to rating_score <3; most popularity movie refers to MAX(movie_popularity) | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; |
Which of the film released in 2008 scored the highest? | film released in 2008 refers to movie_release_year = 2008; scored the highest refers to Max(rating_score); film refers to movie; | year refers to movie_release_year; most release films refers to MAX(COUNT(movie_id))
| White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; | list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; | 250 Favourite Films' is list_title; movies refers to movie_title; | directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | movie titled "Red Blooded American Girl" refers to movie_title = 'Red Blooded American Girl' | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | followers refers to list_followers; | not been updated for the longest period of time refers to MIN(list_update_timestamp_utc); how long it has not been updated refers to SUBTRACT(CURRENT_TIMESTAMP, list_update_timestamp_utc) |
From all the movies that got more than 13000 popularity number, which one had the least ratings. | more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) | "A Shot in the Dark" refers to movie_title = 'A Shot in the Dark'; paying subscriber refers to user_has_payment_method = 1; percentage refers to DIVIDE(COUNT(user_has_payment_method = 1),COUNT(user_has_payment_method))*100 | lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | followers refers to list_followers; | Tokyo Eyes' is movie_title, director refers to director_name; | most followers refers to Max(list_followers); | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | user 85981819 refers to user_id = 85981819; most followers refers to Max(list_followers); description refers to list_descriptions; |
What's the average rating score of the movie "A Way of Life"? | A Way of Life' is movie_title; average rating score = Divide (Sum(rating_score), Count(rating_id)); | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | percentage of movies that were never been rated refers to DIVIDE(COUNT(main_movies.movie_id ! = main_ratings.movie_id),COUNT(movie_id)) | The Fall of Berlin' is movie_title; in 2019 refers to rating_timestamp_utc = 2019; Average score refers to Avg(rating_score); | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | received more than 20 likes refers to critic_likes>20; | film released in 2007 refers to movie_release_year = 2007; film refers to movie | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; |
How many users in Mubi give the movie "White Night Wedding for 5"? | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | directed at least 10 movies refers to count(direct_name)>10; 1960 to 1985 refer to movie_release_year
| directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | released in the year 1945 refers to movie_release_year = 1945; | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | user 4208563 refers to user_id = 4208563 | user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | 250 Favourite Films refers to list_title; | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title |
Was user 39115684 a trialist when he or she rated the movie "A Way of Life"? | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | directed at least 10 movies refers to count(direct_name)>10; 1960 to 1985 refer to movie_release_year
| A Way of Life' is movie_title; average rating score = Divide (Sum(rating_score), Count(rating_id)); | most followers refers to Max(list_followers); | not been updated for the longest period of time refers to MIN(list_update_timestamp_utc); how long it has not been updated refers to SUBTRACT(CURRENT_TIMESTAMP, list_update_timestamp_utc) | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); | created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
| user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; |
Among all movies in the list, calculate the percentage of movies that were never been rated? | percentage of movies that were never been rated refers to DIVIDE(COUNT(main_movies.movie_id ! = main_ratings.movie_id),COUNT(movie_id)) | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | not been updated for the longest period of time refers to MIN(list_update_timestamp_utc); how long it has not been updated refers to SUBTRACT(CURRENT_TIMESTAMP, list_update_timestamp_utc) | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | It's Winter' is movie_title; | film released in 2007 refers to movie_release_year = 2007; film refers to movie | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | A Way of Life' is movie_title; average rating score = Divide (Sum(rating_score), Count(rating_id)); |
Who was the earliest user created a list but didn't get any followers? Give the user ID. | earliest user created a list refers to MIN(list_creation_date_utc); didn't get any followers refers to user_subscriber = 0 | Between 1/1/2017 to 12/31/2017 refers to rating_timestamp_utc between '2017-01-01 00:00:00' and '2017-12-31 00:00:00'; eligible for trial refers to user_eligible_for_trial = 1; movie "Patti Smith: Dream of Life" refers to movie_title = 'Patti Smith: Dream of Life' | rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | A Way of Life' is movie_title; average rating score = Divide (Sum(rating_score), Count(rating_id)); | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | user 4208563 refers to user_id = 4208563 | list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; |
Who is the user who created the list titled 'Sound and Vision'? Was he a subcriber when he created the list? | list titled 'Sound and Vision' refers to list_title = 'Sound and Vision'; user_subscriber = 1 means the user was a subscriber when he rated the movie; user_subscriber = 0 means the user was not a subscriber when he rated the movie
| Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | most popular movie of all time refers to MAX(movie_popularity); a trialist refers to user_trialist = 1; average rating score = AVG(rating_score) | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title | Between 1/1/2017 to 12/31/2017 refers to rating_timestamp_utc between '2017-01-01 00:00:00' and '2017-12-31 00:00:00'; eligible for trial refers to user_eligible_for_trial = 1; movie "Patti Smith: Dream of Life" refers to movie_title = 'Patti Smith: Dream of Life' | 250 Favourite Films' is list_title; movies refers to movie_title; | paying subscribers refers to user_has_payment_method = 1; rating a movie after the year 2014 refers to rating_date_utc>'2014%' | received more than 20 likes refers to critic_likes>20; |
What's of rating on the movie "Innocence Unprotected" by the user who created the movie list "250 Favourite Films"? | Innocence Unprotected' is movie_title; '250 Favourite Films' is list_title; rating refers to rating_score; | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | directed at least 10 movies refers to count(direct_name)>10; 1960 to 1985 refer to movie_release_year
| more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| average rating = DIVIDE((SUM(rating_score where movie_title = 'When Will I Be Loved')), COUNT(rating_score)); | It's Winter' is movie_title; | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; |
For all the users who gave "A Shot in the Dark" a rating, how many percent of them is a paying subscriber? | "A Shot in the Dark" refers to movie_title = 'A Shot in the Dark'; paying subscriber refers to user_has_payment_method = 1; percentage refers to DIVIDE(COUNT(user_has_payment_method = 1),COUNT(user_has_payment_method))*100 | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | average rating = DIVIDE((SUM(rating_score where movie_title = 'When Will I Be Loved')), COUNT(rating_score)); | was a subscriber refers to user_subscriber = 1; percentage refers to DIVIDE(COUNT(user_subscriber = 1),COUNT(list_id)) | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | received more than 20 likes refers to critic_likes>20; |
For all the movies that were released in 1995, how many lower than 3 ratings did the most popularity movie had? | released in 1995 refers to movie_release_year = '1995'; lower than 3 ratings refers to rating_score <3; most popularity movie refers to MAX(movie_popularity) | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | percentage of movies that were never been rated refers to DIVIDE(COUNT(main_movies.movie_id ! = main_ratings.movie_id),COUNT(movie_id)) | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | 5 rating scores refer to rating_score; Christopher Nolan refer to director_name; average popularity of each movie refer to AVG(movie_popularity where director_name = 'Christopher Nolan') | most followers refers to Max(list_followers); | list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) |
How many users have rated the most popular movie? | most popular refers to Max(movie_popularity); | not been updated for the longest period of time refers to MIN(list_update_timestamp_utc); how long it has not been updated refers to SUBTRACT(CURRENT_TIMESTAMP, list_update_timestamp_utc) | 250 Favourite Films refers to list_title; | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | user 57756708 refers to user_id = 57756708; rated recently refers to MAX(rating_timestamp_utc) | Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | first created list refers to oldest list_creation_date_utc; | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) |
When did user 39115684 rate the movie "A Way of Life"? | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | followers refers to list_followers; | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); | released in 1995 refers to movie_release_year = '1995'; lower than 3 ratings refers to rating_score <3; most popularity movie refers to MAX(movie_popularity) | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; | user 85981819 refers to user_id = 85981819; most followers refers to Max(list_followers); description refers to list_descriptions; | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | paying subscribers refers to user_has_payment_method = 1; rating a movie after the year 2014 refers to rating_date_utc>'2014%' | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | most popular movie of all time refers to MAX(movie_popularity); a trialist refers to user_trialist = 1; average rating score = AVG(rating_score) |
For the 1998 movie which got the highest popularity, how many "4" rating did the movie get? | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | number of followers refers to user_subscriber; posted the most lists refers to MAX(COUNT(list_id)) | created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
| percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | Highest average score refers to Max(Avg(rating_score)); | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; |
How many likes did the critic of the movie "Apocalypse Now" received after giving the movie a rating score of 5? | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | director refer to director_name; The Crowd refer to movie_title; Average refer to AVG(rating_score) | Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | number of followers refers to user_subscriber; posted the most lists refers to MAX(COUNT(list_id)) | followers refers to list_followers; | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 |
What is the percentage of list created by user who was a subscriber when he created the list? | was a subscriber refers to user_subscriber = 1; percentage refers to DIVIDE(COUNT(user_subscriber = 1),COUNT(list_id)) | Short and pretty damn sweet is list_title; location of the movie refers to list_url; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | number of followers refers to user_subscriber; posted the most lists refers to MAX(COUNT(list_id)) | rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | film released in 2008 refers to movie_release_year = 2008; scored the highest refers to Max(rating_score); film refers to movie; | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) | movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; | Alex de la Iclesia is the director name; the most popular refers to Max(movie_popularity); films refers to movies; |
For movie id 1269, how many users, who was a paying subscriber and was eligible for trial when he rated the movie, gave the movie a rating score of less than or equal to 2? | paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; | user 57756708 refers to user_id = 57756708; rated recently refers to MAX(rating_timestamp_utc) | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | Innocence Unprotected' is movie_title; '250 Favourite Films' is list_title; rating refers to rating_score; | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); |
Give the name of the movie that got the most "5" ratings. | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | number of likes received refers to critic likes; received the highest number of likes refers to MAX(critic_likes); | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | followers refers to list_followers; | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' | rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | paying subscribers refers to user_has_payment_method = 1; rating a movie after the year 2014 refers to rating_date_utc>'2014%' |
What's the number of the paying subscribers when rating a movie after the year 2014? | paying subscribers refers to user_has_payment_method = 1; rating a movie after the year 2014 refers to rating_date_utc>'2014%' | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | most followers refers to Max(list_followers); | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | followers refers to list_followers; | Highest average score refers to Max(Avg(rating_score)); | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | directed by Felipe Cazals refers to director_name = 'Felipe Cazals' ; realeased on 1976 refers to movie_release_year = 1976 | the most comments refers to Max(list_comments); | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); |
Which of the film directed by director Abbas Kiarostami has the highest average score? | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | 4 rating refers to rating_score = 4; the movie "Freaks" refers to movie_title = 'Freaks' ; at 2013/5/4 6:33:32 refers to rating_timestamp_utc = '2013-05-04 06:33:32' | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | Tokyo Eyes' is movie_title, director refers to director_name; | not been updated for the longest period of time refers to MIN(list_update_timestamp_utc); how long it has not been updated refers to SUBTRACT(CURRENT_TIMESTAMP, list_update_timestamp_utc) | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
| the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | created in 2016 refers to list_creation_timestamp_utc like '2016%'; updated most recently refers to MAX(list_update_timestamp_utc) | 250 Favourite Films refers to list_title; last update refers to list_update_date_utc; |
How many movies did the director of the highest movie popularity make? | highest movie popularity refers to MAX(movie_popularity) | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | A Way of Life refers to movie_title; user 39115684 refers to userid = 39115684; url refers to rating_url; | number of likes received refers to critic likes; received the highest number of likes refers to MAX(critic_likes); | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | followers refers to list_followers; | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | user avatar url refers to user_avatar_image_url; latest movie rated refers to latest rating_date; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) |
Which 1988 movie got the most ratings? | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); | film released in 2007 refers to movie_release_year = 2007; film refers to movie | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title | longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year; | most followers refers to Max(list_followers); | FALSE; | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | the most comments refers to Max(list_comments); | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | Alex de la Iclesia is the director name; the most popular refers to Max(movie_popularity); films refers to movies; |
Which movie is more popular, "The General" or "Il grido"? | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); | user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | movie "Downfall" refers to movie_title = 'Downfall'; rating of "4" refers to rating_score = 4 | average rating = DIVIDE((SUM(rating_score where movie_title = 'When Will I Be Loved')), COUNT(rating_score)); | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | paying subscribers refers to user_has_payment_method = 1; rating a movie after the year 2014 refers to rating_date_utc>'2014%' | released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; | User 4208563 refers to user_id;highest number of followers refers to MAX(list_followers); user_subscriber = 1 means that the user was a subscriber when he created the list; user_subscriber = 0 means the user was not a subscriber when he created the list (to replace) | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; |
For all movies where users left a critic, find the movie name, user, rating and critics comments from the user. | movies where users left a critic refers to critic IS NOT NULL; critic comments refers to critic; | director refer to director_name; The Crowd refer to movie_title; Average refer to AVG(rating_score) | White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | movie "Downfall" refers to movie_title = 'Downfall'; rating of "4" refers to rating_score = 4 | created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
| Directed by Buster Keaton refers to director_name; released in 1924 refers to movie_release_year = 1924; paying subscriber refers to user_has_payment_method = 1
| rated with highest score refers to rating_score = 5; percentage = MULTIPLY(DIVIDE(SUM(rating_score = 5), COUNT(rating_score)), 100) | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | least number of movies refers to MIN(movie_release_year); highest rating score refers to MAX(SUM(movie_id) where rating_score = '1')
|
Which year had the most released films? | year refers to movie_release_year; most release films refers to MAX(COUNT(movie_id))
| 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; | updated most recently refers to MAX(list_update_date_utc) | least number of movies refers to MIN(movie_release_year); highest rating score refers to MAX(SUM(movie_id) where rating_score = '1')
| user 4208563 refers to user_id = 4208563 | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | 250 Favourite Films refers to list_title; last update refers to list_update_date_utc; |
How many critics of the movie "Imitation of Life" got more than 1 like? | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | user 85981819 refers to user_id = 85981819; most followers refers to Max(list_followers); description refers to list_descriptions; | lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | not been updated for the longest period of time refers to MIN(list_update_timestamp_utc); how long it has not been updated refers to SUBTRACT(CURRENT_TIMESTAMP, list_update_timestamp_utc) | released in the year 1945 refers to movie_release_year = 1945; | Highest average score refers to Max(Avg(rating_score)); | worst rating refers to rating_score = 1; | number of followers refers to user_subscriber; posted the most lists refers to MAX(COUNT(list_id)) | first created list refers to oldest list_creation_date_utc; |
User 58149469's critic on which film got 1 like and 2 comments? | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title | 1988 movie refers to movie_release_year = '1998'; most ratings refers to MAX(rating_score) | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | When Will I Be Loved refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1;rated 1 on the movie refers to rating_score = 1; | Highest average score refers to Max(Avg(rating_score)); | worst rating refers to rating_score = 1; | more than 13000 popularity number refers to movie_popularity > 13000; least ratings refers to MIN(rating_score) |
What is the average score of the movie "The Fall of Berlin" in 2019? | The Fall of Berlin' is movie_title; in 2019 refers to rating_timestamp_utc = 2019; Average score refers to Avg(rating_score); | movies where users left a critic refers to critic IS NOT NULL; critic comments refers to critic; | most popular movie of all time refers to MAX(movie_popularity); a trialist refers to user_trialist = 1; average rating score = AVG(rating_score) | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | movie "Downfall" refers to movie_title = 'Downfall'; rating of "4" refers to rating_score = 4 | least number of movies refers to MIN(movie_release_year); highest rating score refers to MAX(SUM(movie_id) where rating_score = '1')
| year refers to movie_release_year; most release films refers to MAX(COUNT(movie_id))
| list titled 'Sound and Vision' refers to list_title = 'Sound and Vision'; user_subscriber = 1 means the user was a subscriber when he rated the movie; user_subscriber = 0 means the user was not a subscriber when he rated the movie
| Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | film released in 2007 refers to movie_release_year = 2007; film refers to movie | directed at least 10 movies refers to count(direct_name)>10; 1960 to 1985 refer to movie_release_year
|
For all ratings which are rated in year 2020, name the movies which has the rating scored 4 and above. | ratings in year 2020 refers to rating_timestamp_utc like '%2020%'; rating_score > = 4; | most followers refers to Max(list_followers); | 250 Favourite Films' is list_title; movies refers to movie_title; | most popular refers to Max(movie_popularity); | URL refer to rating_url; user 22030372 refer to user_id | movies where users left a critic refers to critic IS NOT NULL; critic comments refers to critic; | user 57756708 refers to user_id = 57756708; rated recently refers to MAX(rating_timestamp_utc) | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | the most comments refers to Max(list_comments); | not been updated for the longest period of time refers to MIN(list_update_timestamp_utc); how long it has not been updated refers to SUBTRACT(CURRENT_TIMESTAMP, list_update_timestamp_utc) | longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year; |
What is the name of the movie that was rated recently by user 57756708? | user 57756708 refers to user_id = 57756708; rated recently refers to MAX(rating_timestamp_utc) | paying subscribers refers to user_has_payment_method = 1; rating a movie after the year 2014 refers to rating_date_utc>'2014%' | list titled 'Sound and Vision' refers to list_title = 'Sound and Vision'; user_subscriber = 1 means the user was a subscriber when he rated the movie; user_subscriber = 0 means the user was not a subscriber when he rated the movie
| most followers refers to Max(list_followers); | URL to the list page on Mubi refers to list_url; list_followers = 1 OR list_followers = 2; last update timestamp was on 2012 refers to list_update_timestamp_utc BETWEEN '2012-1-1' AND '2012-12-31'; | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | user was a subscriber when he created the list refers to user_subscriber = 1; user who created a list for 10 consecutive years refers to user_id with list_creation_date_utc for 10 succeeding years; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | 250 Favourite Films refers to list_title; | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; |
For the user who post the list that contained the most number of the movies, is he/she a paying subscriber when creating that list? | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| directed at least 10 movies refers to count(direct_name)>10; 1960 to 1985 refer to movie_release_year
| paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; | movie "Downfall" refers to movie_title = 'Downfall'; rating of "4" refers to rating_score = 4 | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | percentage = DIVIDE(SUM(movie_release_year = 2021), COUNT(rating_id)) as percent; movies released in year 2021 refers to movie_release_year = 2021; | When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | ratings in year 2020 refers to rating_timestamp_utc like '%2020%'; rating_score > = 4; | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | worst rating refers to rating_score = 1; |
Name all the list titles created by user 4208563. | user 4208563 refers to user_id = 4208563 | highest movie popularity refers to MAX(movie_popularity) | least number of movies refers to MIN(movie_release_year); highest rating score refers to MAX(SUM(movie_id) where rating_score = '1')
| White Night Wedding' is movie_title; for 5 refers to rating_score = 5; | director refer to director_name; The Crowd refer to movie_title; Average refer to AVG(rating_score) | earliest user created a list refers to MIN(list_creation_date_utc); didn't get any followers refers to user_subscriber = 0 | percentage of movies that were never been rated refers to DIVIDE(COUNT(main_movies.movie_id ! = main_ratings.movie_id),COUNT(movie_id)) | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; | 250 Favourite Films' is list_title; movies refers to movie_title; | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 |
Who is the director of the most popular movie of all time and when was it released? Indicate the average rating score of the users who were on a trialist when they rated the movie. | most popular movie of all time refers to MAX(movie_popularity); a trialist refers to user_trialist = 1; average rating score = AVG(rating_score) | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | released in 2003 refers to movie_release_year = 2003; user 2941 refers to user_id = 2941; film refers to movie; | Highest average score refers to Max(Avg(rating_score)); | user 58149469 refers to user_id = 58149469; critic with 1 like refers to critic_likes = 1; critic with 2 comments refers to critic_comments = 2; | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | received more than 20 likes refers to critic_likes>20; | not a trialist refer to user_trialist = 0; rating score of not more than 2 refer to rating_score <2; The South refers to movie_title
| Between 1/1/2017 to 12/31/2017 refers to rating_timestamp_utc between '2017-01-01 00:00:00' and '2017-12-31 00:00:00'; eligible for trial refers to user_eligible_for_trial = 1; movie "Patti Smith: Dream of Life" refers to movie_title = 'Patti Smith: Dream of Life' | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; |
What is the average popularity of each movie that was directed by Christopher Nolan? Indicate which movie directed by him has received the highest number of 5 rating scores. | 5 rating scores refer to rating_score; Christopher Nolan refer to director_name; average popularity of each movie refer to AVG(movie_popularity where director_name = 'Christopher Nolan') | paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; | Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | Imitation of Life refers to movie_title; critics got more than 1 like refers to critic_likes >1; | was a subscriber refers to user_subscriber = 1; percentage refers to DIVIDE(COUNT(user_subscriber = 1),COUNT(list_id)) | Short and pretty damn sweet is list_title; location of the movie refers to list_url; | lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | user profile image URL refers to user_avatar_image_url; user 8516503 refers to user_id; Average refers to AVG(list_movie_number where user_id = 8516503)
| first created list refers to oldest list_creation_date_utc; | user 59988436 refers to user_id = 59988436; received 21 comments refers to critic_comments = 21; film refers to movie; | least number of movies refers to MIN(movie_release_year); highest rating score refers to MAX(SUM(movie_id) where rating_score = '1')
|
How many directors have directed atleast 10 movies between 1960 to 1985? Indicate the name of the movie in those years of each director that received the highest amount of 5 rating score. | directed at least 10 movies refers to count(direct_name)>10; 1960 to 1985 refer to movie_release_year
| list titled 'Sound and Vision' refers to list_title = 'Sound and Vision'; user_subscriber = 1 means the user was a subscriber when he rated the movie; user_subscriber = 0 means the user was not a subscriber when he rated the movie
| film released in 2007 refers to movie_release_year = 2007; film refers to movie | least number of movies refers to MIN(movie_release_year); highest rating score refers to MAX(SUM(movie_id) where rating_score = '1')
| released in 2006 refers to movie_release_year = 2006; most popular refers to Max(movie_popularity); film refers to movie; | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title | Between 1/1/2017 to 12/31/2017 refers to rating_timestamp_utc between '2017-01-01 00:00:00' and '2017-12-31 00:00:00'; eligible for trial refers to user_eligible_for_trial = 1; movie "Patti Smith: Dream of Life" refers to movie_title = 'Patti Smith: Dream of Life' | movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | Apocalypse Now refer to movie_title; rating score refer to rating_score = '5';likes received refers to critic_likes
| created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
|
What is the name of the list that was updated most recently? | updated most recently refers to MAX(list_update_date_utc) | movie "Downfall" refers to movie_title = 'Downfall'; rating of "4" refers to rating_score = 4 | have less than 50 movies in the list refers to list_movie_number <50; was a subscriber refers to user_subscriber = 1 | most popular movie refers to MAX(movie_popularity); when it was released refers to movie_release_year; director for the movie refers to director_name; | 5 ratings refers to rating_score = 5; name of the movie refers to movie_title | 1998 movie refers to movie_release_year = '1998'; the highest popularity refers to MAX(movie_popularity) ; "4" rating refers to rating_score = 4 | most popular movie of all time refers to MAX(movie_popularity); a trialist refers to user_trialist = 1; average rating score = AVG(rating_score) | list with the most number of movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list; user_has_payment_method = 0 means the user was not a paying subscriber when he created the list; | "A Shot in the Dark" refers to movie_title = 'A Shot in the Dark'; paying subscriber refers to user_has_payment_method = 1; percentage refers to DIVIDE(COUNT(user_has_payment_method = 1),COUNT(user_has_payment_method))*100 | worst rating refers to rating_score = 1; | the user was eligible for trail when he created the list refers to user_eligile_for_trail = 1; user 32172230 refers to user_id = 32172230; |
Among the lists with at least one follower, how many were created by user who was subscriber when created the list? | lists with at least one follower refers to list_followers > = 1; was a subscriber refers to user_subscriber = 1 | Abbas Kiarostami' is director_name; the highest Average score refers to Max(Avg(rating_score)); | Sex, Drink and Bloodshed refers to movie title = 'Sex, Drink and Bloodshed'; | the user was a subscriber when he created the list refers to user_subscriber = 1; user 83373278 refers to user_id = 83373278; | the most comments refers to Max(list_comments); | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; the user was a trialist when he rated the movie refers to user_trialist = 1; | average rating = DIVIDE((SUM(rating_score where movie_title = 'When Will I Be Loved')), COUNT(rating_score)); | created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
| earliest user created a list refers to MIN(list_creation_date_utc); didn't get any followers refers to user_subscriber = 0 | URL refer to rating_url; user 22030372 refer to user_id | paying subscriber refers to user_has_payment_method = 1; eligible for trial refers to user_eligible_for_trial = 1; rating_score< = 2; |
Who gave a "4" rating to the movie "Freaks" at 2013/5/4 6:33:32? Give his/her user id. | 4 rating refers to rating_score = 4; the movie "Freaks" refers to movie_title = 'Freaks' ; at 2013/5/4 6:33:32 refers to rating_timestamp_utc = '2013-05-04 06:33:32' | the user was a paying subscriber when he created the list refers to user_has_payment_method = 1; movie lists with over 100 refers to list_movie_number >100; user 85981819 refers to user_id = 85981819; | user 85981819 refers to user_id = 85981819; most followers refers to Max(list_followers); description refers to list_descriptions; | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| most popular refers to Max(movie_popularity); | A Way of Life' refers to movie_title; user 39115684 refers to userid = 39115684; when the user rate refers to rating_timestamp_utc; | FALSE; | The General and Il grido are movie_title; more popular movie refers to higher (movie_popularity); | URL to the list page on Mubi refers to list_url; list_followers = 1 OR list_followers = 2; last update timestamp was on 2012 refers to list_update_timestamp_utc BETWEEN '2012-1-1' AND '2012-12-31'; | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; | user 94978 refers to user_id = 94978; scored as 5 refers to rating_score = 5; |
Who was the director of the movie "Tokyo Eyes"? | Tokyo Eyes' is movie_title, director refers to director_name; | the average rating score refers to AVG(T2.rating_score); oldest movies refers to MIN(rating_timestamp_utc) | like the movie highest to the extent refers to rating_score = 5; A Way of Life refers to movie_title; | longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year; | movie released in 2021 refers to movie_release_year = 2021; popularity refers to movie_popularity; | the list that contained the most number of the movies refers to MAX(list_movie_number); user_has_payment_method = 1 means the user was a paying subscriber when he created the list ;
user_has_payment_method = 0 means the user was not a paying subscriber when he created the list
| When Will I Be Loved refers to movie_title; 2 comments for the critic refers to critic_comments = 2; | most popular refers to Max(movie_popularity); | When Will I Be Loved refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1;rated 1 on the movie refers to rating_score = 1; | percentage of movies that were never been rated refers to DIVIDE(COUNT(main_movies.movie_id ! = main_ratings.movie_id),COUNT(movie_id)) | 5 rating scores refer to rating_score; Christopher Nolan refer to director_name; average popularity of each movie refer to AVG(movie_popularity where director_name = 'Christopher Nolan') |
What is the name of the longest movie title? When was it released? | longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year; | movie title rated in April 2020 refers to rating_timestamp_utc LIKE '%2020-04-%'; user is a trial list refers to user_trialist = 1; | list titled 'Sound and Vision' refers to list_title = 'Sound and Vision'; user_subscriber = 1 means the user was a subscriber when he rated the movie; user_subscriber = 0 means the user was not a subscriber when he rated the movie
| FALSE; | A Way of Life' refers to movie_title; the user was a trialist when he rated the movie refers to user_trialist = 1; | created a list in the February of 2016 refer to list_creation_date_utc BETWEEN 2/1/2016 and 2/29/2016; eligible for trial refers to user_eligible_for_trial = 1;
| Highest average score refers to Max(Avg(rating_score)); | head portrait refers to user_avatar_image_url; "5" ratings refers to rating_score = 5 | URL refer to rating_url; user 22030372 refer to user_id | 250 Favourite Films' is list_title; movies refers to movie_title; | rated 5 refers to rating_score = 5; on 2013/5/3 5:11:17 refers to rating_timestamp_utc = '2013-05-03 05:11:17' |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.