question_id
stringlengths
11
60
question_text
stringlengths
7
294
decomposition
stringlengths
13
606
operators
stringlengths
10
260
split
stringclasses
1 value
SPIDER_train_6647
How long is the total lesson time took by the customer named Rylan Goodwin?
return customers ;return lesson times of #1 ;return #2 where #1 is Rylan Goodwin ;return sum of #3
['select', 'project', 'comparative', 'aggregate']
train
SPIDER_train_6648
What is the zip code of staff with first name as Janessa and last name as Sawayn lived?
return staff ;return #1 with first name of Janessa ;return #2 with last name of Sawayn ;return zip code that #3 lived
['select', 'filter', 'filter', 'project']
train
SPIDER_train_6649
What is the zip code of the hosue of the employee named Janessa Sawayn?
return employees ;return #1 named Janessa Sawayn ;return hosue of #2 ;return zip code of #3
['select', 'filter', 'project', 'project']
train
SPIDER_train_665
List the date, theme and sales of the journal which did not have any of the listed editors serving on committee.
return journals ;return listed editors of #1 ;return #2 that are serving on committee ;return number of #3 for each #1 ;return #1 where #4 is at least one ;return #1 besides #5 ;return the date of #6 ;return the theme of #6 ;return the sales of #6 ;return #7 , #8 , #9
['select', 'project', 'filter', 'group', 'comparative', 'discard', 'project', 'project', 'project', 'union']
train
SPIDER_train_6650
How many staff live in state Georgia?
return staff ;return #1 that live in Georgia ;return number of #2
['select', 'filter', 'aggregate']
train
SPIDER_train_6651
How many employees live in Georgia?
return employees ;return #1 that live in Georgia ;return number of #2
['select', 'filter', 'aggregate']
train
SPIDER_train_6652
Find out the first name and last name of staff lived in city Damianfort.
return staff ;return #1 lived in city Damianfort ;return first name and last name of #2
['select', 'filter', 'project']
train
SPIDER_train_6653
What is the first and last name of all employees who live in the city Damianfort?
return employees ;return cities #1 live in ;return #1 where #2 is Damianfort ;return first names of #3 ;return last names of #3 ;return #4 , #5
['select', 'project', 'comparative', 'project', 'project', 'union']
train
SPIDER_train_6654
Which city lives most of staffs? List the city name and number of staffs.
return staffs ;return city that #1 lives ;return number of #1 for each #2 ;return #2 where #3 is highest ;return highest of #3 ;return #4 , #5
['select', 'project', 'group', 'superlative', 'aggregate', 'union']
train
SPIDER_train_6655
In which city do the most employees live and how many of them live there?
return cities ;return employees that live in #1 ;return number of #2 for each #1 ;return #1 where #3 is highest ;return employees that live in #4 ;return number of #5
['select', 'project', 'group', 'superlative', 'project', 'aggregate']
train
SPIDER_train_6656
List the states which have between 2 to 4 staffs living there.
return states ;return staff living in #1 ;return number of #2 for each #1 ;return #1 where #3 is at least 2 ;return #1 where #3 is at most 4 ;return #1 of both #4 and #5
['select', 'project', 'group', 'comparative', 'comparative', 'intersection']
train
SPIDER_train_6657
What are the names of the states that have 2 to 4 employees living there?
return states ;return employees living in #1 ;return number of #2 for each #1 ;return #1 where #3 is 2 to 4 ;return names of #4
['select', 'project', 'group', 'comparative', 'project']
train
SPIDER_train_6658
List the first name and last name of all customers.
return customers ;return first names of #1 ;return last names of #1 ;return #2 , #3
['select', 'project', 'project', 'union']
train
SPIDER_train_6659
What are the first and last names for all customers?
return customers ;return first names of #1 ;return last names of #1 ;return #2 , #3
['select', 'project', 'project', 'union']
train
SPIDER_train_666
What is the average sales of the journals that have an editor whose work type is 'Photo'?
return editors ;return #1 whose work type is 'Photo ;return the journals of #2 ;return sales of #3 ;return the average of #4
['select', 'filter', 'project', 'project', 'aggregate']
train
SPIDER_train_6660
List email address and birthday of customer whose first name as Carole.
return customers ;return first names of #1 ;return #1 where #2 is Carole ;return email address of #3 ;return birthday of #3 ;return #4 , #5
['select', 'project', 'comparative', 'project', 'project', 'union']
train
SPIDER_train_6661
What are the email addresses and date of births for all customers who have a first name of Carole?
return customers ;return first names of #1 ;return #1 where #2 is Carole ;return email addresses of #3 ;return dates of birth of #3 ;return #4 , #5
['select', 'project', 'comparative', 'project', 'project', 'union']
train
SPIDER_train_6662
List phone number and email address of customer with more than 2000 outstanding balance.
return customers ;return outstanding balance of #1 ;return #1 where #2 is higher than 2000 ;return phone number of of #3 ;return email address of #3 ;return #4 , #5
['select', 'project', 'comparative', 'aggregate', 'project', 'union']
train
SPIDER_train_6663
What are the phone numbers and email addresses of all customers who have an outstanding balance of more than 2000?
return customers ;return outstanding balances of #1 ;return #1 where #2 is higher than 2000 ;return phone numbers of #3 ;return email addresses of #3 ;return #4 , #5
['select', 'project', 'comparative', 'project', 'project', 'union']
train
SPIDER_train_6664
What is the status code, mobile phone number and email address of customer with last name as Kohler or first name as Marina?
return customer ;return #1 with last name Kohler ;return #1 with first name Marina ;return #2 or #3 ;return status codes of #4 ;return mobile phone number of #4 ;return email address of #4 ;return #5 , #6 and #7
['select', 'filter', 'filter', 'union', 'project', 'aggregate', 'project', 'union']
train
SPIDER_train_6665
What is the status code, phone number, and email address of the customer whose last name is Kohler or whose first name is Marina?
return customers ;return last name of #1 ;return first name of #1 ;return #1 where #2 is Kohler ;return #1 where #3 is Marina ;return #4 , #5 ;return status codes of #6 ;return phone number of of #6 ;return email address of #6 ;return #7 , #8 , #9
['select', 'project', 'project', 'comparative', 'comparative', 'union', 'project', 'aggregate', 'project', 'union']
train
SPIDER_train_6666
When are the birthdays of customer who are classified as 'Good Customer' status?
return customers ;return statuses #1 are classified as ;return #1 where #2 is 'Good Customer ;return birthdays of #3
['select', 'project', 'comparative', 'project']
train
SPIDER_train_6667
What is the date of birth of every customer whose status code is 'Good Customer'?
return customers ;return status codes of #1 ;return #1 where #2 is 'Good Customer ;return date of birth of #3
['select', 'project', 'comparative', 'project']
train
SPIDER_train_6668
When did customer with first name as Carole and last name as Bernhard became a customer?
return customers ;return #1 with first name Carole ;return #2 with last name Bernhard ;return when #3 became a customer
['select', 'filter', 'filter', 'project']
train
SPIDER_train_6669
When did Carole Bernhard first become a customer?
return Carole Bernhard ;return when did #1 first become a customer
['select', 'project']
train
SPIDER_train_667
How many accounts do we have?
return accounts ;return number of #1
['select', 'aggregate']
train
SPIDER_train_6670
How many customers in total?
return customers ;return number of #1
['select', 'aggregate']
train
SPIDER_train_6672
List all customer status codes and the number of customers having each status code.
return customer status codes ;return customers with #1 ;return number of #2 for each #1 ;return #1 , #3
['select', 'project', 'group', 'union']
train
SPIDER_train_6673
For each customer status code, how many customers are classified that way?
return customer status codes ;return customers of #1 ;return number of #2 for each #1
['select', 'project', 'group']
train
SPIDER_train_6674
Which customer status code has least number of customers?
return customer status codes ;return customers of #1 ;return number of #2 for each #1 ;return #1 where #3 is lowest
['select', 'project', 'group', 'superlative']
train
SPIDER_train_6675
What is the status code with the least number of customers?
return status codes ;return the number of customers for each #1 ;return #1 where #2 is the least
['select', 'group', 'comparative']
train
SPIDER_train_6676
How many lessons taken by customer with first name as Rylan and last name as Goodwin were completed?
return customers ;return first names of #1 ;return #1 where #2 is Rylan ;return last names of #1 ;return #1 where #4 is Goodwin ;return #1 of both #3 and #5 ;return lessons taken by #6 ;return #7 that were completed ;return number of #8
['select', 'project', 'comparative', 'project', 'comparative', 'intersection', 'project', 'filter', 'aggregate']
train
SPIDER_train_6677
How many lessons did the customer Ryan Goodwin complete?
return customers ;return lessons complete of #1 ;return #2 where #1 is Ryan Goodwin ;return number of #3
['select', 'project', 'comparative', 'aggregate']
train
SPIDER_train_6678
What is maximum, minimum and average amount of outstanding of customer?
return customers ;return amounts outstanding of #1 ;return maximum of #2 ;return minimum of #2 ;return average of #2 ;return #3 , #4 , #5
['select', 'project', 'aggregate', 'aggregate', 'aggregate', 'union']
train
SPIDER_train_6679
What is the maximum, minimum, and average amount of money outsanding for all customers?
return customers ;return money outsanding of #1 ;return amounts of #2 ;return maximum of #3 ;return minimum of #3 ;return average of #3 ;return #4 , #5 , #6
['select', 'project', 'project', 'aggregate', 'aggregate', 'aggregate', 'union']
train
SPIDER_train_6680
List the first name and last name of customers have the amount of outstanding between 1000 and 3000.
return customers ;return amounts outstanding of #1 ;return #1 where #2 is at least 1000 ;return #1 where #2 is at most 3000 ;return #1 of both #3 and #4 ;return first names of #5 ;return last names of #5 ;return #6 , #7
['select', 'project', 'comparative', 'comparative', 'intersection', 'project', 'project', 'union']
train
SPIDER_train_6681
What are the first and last names of all customers with between 1000 and 3000 dollars outstanding?
return customers ;return dollars outstanding of #1 ;return #1 where #2 is at least 1000 ;return #1 where #2 is at most 3000 ;return #1 of both #3 and #4 ;return first names of #5 ;return last names of #5 ;return #6 , #7
['select', 'project', 'comparative', 'comparative', 'intersection', 'project', 'project', 'union']
train
SPIDER_train_6682
List first name and last name of customers lived in city Lockmanfurt.
return customers ;return cities #1 lived in ;return #1 where #2 is Lockmanfurt ;return first names of #3 ;return last names of #3 ;return #4 , #5
['select', 'project', 'comparative', 'project', 'project', 'union']
train
SPIDER_train_6683
What are the first and last names of all customers who lived in Lockmanfurt?
return Lockmanfurt ;return customers who lived in #1 ;return first names of #2 ;return last names of #2 ;return #3 , #4
['select', 'project', 'project', 'project', 'union']
train
SPIDER_train_6684
Which country does customer with first name as Carole and last name as Bernhard lived in?
return customers ;return first names of #1 ;return #1 where #2 is Carole ;return last names of #1 ;return #1 where #4 is Bernhard ;return country of both #3 and #5
['select', 'project', 'comparative', 'project', 'comparative', 'intersection']
train
SPIDER_train_6685
What is the country in which the customer Carole Bernhard lived?
return the customer Carole Bernhard ;return the country that #1 lived in
['select', 'project']
train
SPIDER_train_6686
What is zip code of customer with first name as Carole and last name as Bernhard?
return customers ;return first names of #1 ;return #1 where #2 is Carole ;return last names of #1 ;return #1 where #4 is Bernhard ;return #1 of both #3 and #5 ;return zip code of #6
['select', 'project', 'comparative', 'project', 'comparative', 'intersection', 'project']
train
SPIDER_train_6687
What is the zip code of the customer Carole Bernhard?
return customers ;return #1 that is Carole Bernhard ;return zip code of #2
['select', 'filter', 'project']
train
SPIDER_train_6688
Which city does has most number of customers?
return cities ;return customers of #1 ;return number of #2 for each #1 ;return #1 where #3 is highest
['select', 'project', 'group', 'superlative']
train
SPIDER_train_6689
What is the city with the most customers?
return cities ;return customers of #1 ;return number of #2 for each #1 ;return #1 where #3 is the highest
['select', 'project', 'group', 'comparative']
train
SPIDER_train_669
Show ids, customer ids, names for all accounts.
return accounts ;return ids of #1 ;return customer ids of #1 ;return names of #1 ;return #2 , #3 , #4
['select', 'project', 'project', 'project', 'union']
train
SPIDER_train_6690
How much in total does customer with first name as Carole and last name as Bernhard paid?
return customers ;return #1 with first name Carole ;return #1 with last name Bernhard ;return #1 in both #2 and #3 ;return how much #4 has paid ;return the sum of #5
['select', 'filter', 'filter', 'intersection', 'project', 'aggregate']
train
SPIDER_train_6691
What is the total amount of moeny paid by the customer Carole Bernhard?
return customers ;return #1 that is Carole Bernhard ;return amount paid by #2 ;return sum of #3
['select', 'filter', 'project', 'aggregate']
train
SPIDER_train_6692
List the number of customers that did not have any payment history.
return customers ;return #1 that have payment history ;return #1 besides #2 ;return number of #3
['select', 'filter', 'discard', 'aggregate']
train
SPIDER_train_6693
How many customers have no payment histories?
return customers ;return #1 with payment histories ;return #1 besides #2 ;return number of #3
['select', 'filter', 'discard', 'aggregate']
train
SPIDER_train_6694
List first name and last name of customers that have more than 2 payments.
return customers ;return payments of #1 ;return number of #2 for each #1 ;return #1 where #3 is higher than 2 ;return first names of #4 ;return last names of #4 ;return #5 , #6
['select', 'project', 'group', 'comparative', 'project', 'project', 'union']
train
SPIDER_train_6695
What are the first and last names of all customers with more than 2 payments?
return customers ;return payments of #1 ;return number of #2 for each #1 ;return #1 where #3 is higher than 2 ;return first names of #4 ;return last names of #4 ;return #5 , #6
['select', 'project', 'group', 'comparative', 'project', 'project', 'union']
train
SPIDER_train_6696
List all payment methods and number of payments using each payment methods.
return payment methods ;return payments using #1 ;return number of #2 for each #1 ;return #1 , #3
['select', 'project', 'group', 'union']
train
SPIDER_train_6697
For each payment method, how many payments were made?
return payment methods ;return payments of #1 ;return number of #2 for each #1
['select', 'project', 'group']
train
SPIDER_train_6698
How many lessons were in cancelled state?
return lessons ;return states of #1 ;return #1 where #2 is cancelled ;return number of #3
['select', 'project', 'comparative', 'aggregate']
train
SPIDER_train_6699
How many lessons have been cancelled?
return lessons ;return #1 which have been cancelled ;return number of #2
['select', 'filter', 'aggregate']
train
SPIDER_train_67
What is detail of the student who most recently registered course?
return student ;return when #1 registered course ;return #1 where #2 is most recently ;return detail of #3
['select', 'project', 'superlative', 'project']
train
SPIDER_train_670
What are the account ids, customer ids, and account names for all the accounts?
return accounts ;return account ids of #1 ;return customer ids of #1 ;return account names of #1 ;return #2 , #3 , #4
['select', 'project', 'project', 'project', 'union']
train
SPIDER_train_6700
List lesson id of all lessons taught by staff with first name as Janessa, last name as Sawayn and nickname containing letter 's'.
return staff ;return first name of #1 ;return #1 where #2 is Janessa ;return last name of #3 ;return #3 where #4 is Sawayn ;return nickname of #5 ;return #5 where #6 contain letter 's ;return lessons taught by #7 ;return lesson id of #8
['select', 'project', 'comparative', 'project', 'comparative', 'project', 'comparative', 'project', 'project']
train
SPIDER_train_6701
What are the the lesson ids of all staff taught by Janessa Sawayn whose nickname has the letter s?
return staff ;return #1 taught by Janessa Sawayn ;return nicknames of #2 ;return #2 where #3 has the letter s ;return lesson ids of #4
['select', 'filter', 'project', 'comparative', 'project']
train
SPIDER_train_6702
How many lessons taught by staff whose first name has letter 'a' in it?
return staff ;return first names of #1 ;return #1 where #2 has 'a ;return lessons taught by #3 ;return number of #4
['select', 'project', 'comparative', 'project', 'aggregate']
train
SPIDER_train_6703
How many lessons were taught by a staff member whose first name has the letter 'a' in it?
return staff members ;return first names of #1 ;return #1 where #2 has the letter 'a ;return lessons taught by #3 ;return number of #4
['select', 'project', 'comparative', 'project', 'aggregate']
train
SPIDER_train_6704
How long is the total lesson time taught by staff with first name as Janessa and last name as Sawayn?
return staff ;return first name of #1 ;return last name of #1 ;return #1 where #2 is Janessa ;return #1 where #3 is Sawayn ;return #1 of both #4 and #5 ;return lesson times of #6 ;return sum of #7
['select', 'project', 'project', 'comparative', 'comparative', 'intersection', 'project', 'aggregate']
train
SPIDER_train_6705
What is the total time for all lessons taught by Janessa Sawayn?
return lessons ;return #1 taught by Janessa Sawayn ;return times of #2 ;return the sum of #3
['select', 'filter', 'project', 'aggregate']
train
SPIDER_train_6706
What is average lesson price taught by staff with first name as Janessa and last name as Sawayn?
return staff ;return first names of #1 ;return #1 where #2 is Janessa ;return last names of #1 ;return #1 where #4 is Sawayn ;return #1 of both #3 and #5 ;return lesson prices of #6 ;return average of #7
['select', 'project', 'comparative', 'project', 'comparative', 'intersection', 'project', 'aggregate']
train
SPIDER_train_6707
What is the average price for a lesson taught by Janessa Sawayn?
return lessons ;return #1 taught by Janessa Sawayn ;return prices of #2 ;return average of #3
['select', 'filter', 'project', 'aggregate']
train
SPIDER_train_6708
How many lesson does customer with first name Ray took?
return customers ;return first names of #1 ;return #1 where #2 is Ray ;return lessons of #3 ;return number of #4
['select', 'project', 'comparative', 'project', 'aggregate']
train
SPIDER_train_6709
How many lessons did the customer with the first name Ray take?
return customers ;return first names of #1 ;return #1 where #2 is Ray ;return lessons that #3 take ;return number of #4
['select', 'project', 'comparative', 'project', 'aggregate']
train
SPIDER_train_671
Show other account details for account with name 338.
return accounts ;return names of #1 ;return #1 where #2 is 338 ;return other account details of #3
['select', 'project', 'comparative', 'project']
train
SPIDER_train_6710
Which last names are both used by customers and by staff?
return customers ;return last names of #1 ;return staff ;return last names of #3 ;return last names in both #2 and #4
['select', 'project', 'select', 'project', 'intersection']
train
SPIDER_train_6711
What are the last names that are used by customers and staff?
return customers ;return last names of #1 ;return staff ;return last names of #3 ;return #2 , #4
['select', 'project', 'select', 'project', 'union']
train
SPIDER_train_6712
What is the first name of the staff who did not give any lesson?
return staff ;return #1 who did give lessons ;return #1 besides #2 ;return the first name of #3
['select', 'filter', 'discard', 'project']
train
SPIDER_train_6713
What is the first name of all employees who do not give any lessons?
return employees ;return #1 who do not give any lessons ;return first name of #2
['select', 'filter', 'project']
train
SPIDER_train_6714
What is the id and detail of the vehicle used in lessons for most of the times?
return vehicles ;return times used in lessons of #1 ;return number of #2 for each #1 ;return #1 where #3 is highest ;return id of #4 ;return detail of #4 ;return #5 , #6
['select', 'project', 'group', 'superlative', 'project', 'project', 'union']
train
SPIDER_train_6715
How many faculty do we have?
return faculty ;return number of #1
['select', 'aggregate']
train
SPIDER_train_6716
What is the total number of faculty members?
return faculty members ;return number of #1
['select', 'aggregate']
train
SPIDER_train_6717
What ranks do we have for faculty?
return faculty ;return ranks for #1
['select', 'project']
train
SPIDER_train_6718
Find the list of distinct ranks for faculty.
return faculty ;return ranks of #1 ;return distinct #2
['select', 'project', 'project']
train
SPIDER_train_6719
Show all the distinct buildings that have faculty rooms.
return buildings ;return rooms of #1 ;return #1 where #2 is faculty room ;return distinct #3
['select', 'project', 'comparative', 'project']
train
SPIDER_train_672
What are the other account details for the account with the name 338?
return accounts ;return #1 with the name 338 ;return other account details for #2
['select', 'filter', 'project']
train
SPIDER_train_6720
What buildings have faculty offices?
return buildings ;return #1 that have faculty offices
['select', 'filter']
train
SPIDER_train_6721
Show the rank, first name, and last name for all the faculty.
return faculty ;return ranks of #1 ;return first names of #1 ;return last names of #1 ;return #2 , #3 , #4
['select', 'project', 'project', 'project', 'union']
train
SPIDER_train_6722
What are the rank, first name, and last name of the faculty members?
return faculty members ;return ranks of #1 ;return first names of #1 ;return last names of #1 ;return #2 , #3 , #4
['select', 'project', 'project', 'project', 'union']
train
SPIDER_train_6723
Show the first name, last name, and phone number for all female faculty members.
return faculty members ;return #1 that are female ;return first names of #2 ;return last names of #2 ;return phone numbers of #2 ;return #3 , #4 , #5
['select', 'filter', 'project', 'project', 'project', 'union']
train
SPIDER_train_6724
What are the first name, last name, and phone number of all the female faculty members?
return faculty members ;return #1 that are female ;return first names of #2 ;return last names of #2 ;return phone numbers of #3 ;return #3 , #4 , #5
['select', 'filter', 'project', 'project', 'project', 'union']
train
SPIDER_train_6725
Show ids for all the male faculty.
return faculty ;return #1 that are males ;return ids of #2
['select', 'filter', 'project']
train
SPIDER_train_6726
What are the faculty ids of all the male faculty members?
return faculty ;return members of #1 ;return male #2 ;return faculty ids of #3
['select', 'project', 'project', 'project']
train
SPIDER_train_6727
How many female Professors do we have?
return Professors ;return #1 that are female ;return number of #2
['select', 'filter', 'aggregate']
train
SPIDER_train_6728
Count the number of female Professors we have.
return Professors ;return that are female #1 ;return number of #2
['select', 'project', 'aggregate']
train
SPIDER_train_6729
Show the phone, room, and building for the faculty named Jerry Prince.
return faculty ;return #1 named Jerry Prince ;return phone for #2 ;return room for #2 ;return building for #2 ;return #3 , #4 , #5
['select', 'filter', 'project', 'project', 'project', 'union']
train
SPIDER_train_673
What is the first name, last name, and phone of the customer with account name 162?
return customers ;return accounts of #1 ;return account names of #2 ;return #1 where #3 is 162 ;return first name of #4 ;return last name of #4 ;return phone of #4 ;return #5 , #6 , #7
['select', 'project', 'project', 'comparative', 'project', 'project', 'project', 'union']
train
SPIDER_train_6730
What are the phone, room, and building of the faculty member called Jerry Prince?
return faculty members ;return #1 called Jerry Prince ;return the phone of #2 ;return the room of #2 ;return the building of #2 ;return #3 , #4 , #5
['select', 'filter', 'project', 'project', 'project', 'union']
train
SPIDER_train_6731
How many Professors are in building NEB?
return Professors ;return #1 in building NEB ;return number of #2
['select', 'filter', 'aggregate']
train
SPIDER_train_6732
Count the number of Professors who have office in building NEB.
return Professors ;return offices of #1 ;return #1 where #2 is buildings NEB ;return number of #3
['select', 'project', 'comparative', 'aggregate']
train
SPIDER_train_6733
Show the first name and last name for all the instructors.
return all instructors ;return first name of #1 ;return last name of #1 ;return #2 , #3
['select', 'project', 'project', 'union']
train
SPIDER_train_6734
What are the first name and last name of all the instructors?
return instructors ;return the first names of #1 ;return the last names of #1 ;return #2 , #3
['select', 'project', 'project', 'union']
train
SPIDER_train_6735
Show all the buildings along with the number of faculty members the buildings have.
return buildings ;return faculty members of #1 ;return number of #2 for each #1 ;return #1 , #3
['select', 'project', 'group', 'union']
train
SPIDER_train_6736
How many faculty members does each building have? List the result with the name of the building.
return buildings ;return faculty of #1 ;return number of #2 for each #1 ;return names of #1 ;return #3 , #4
['select', 'project', 'group', 'project', 'union']
train
SPIDER_train_6737
Which building has most faculty members?
return buildings ;return number of faculty members for each #1 ;return #1 where #2 is the highest
['select', 'group', 'comparative']
train
SPIDER_train_6738
Find the building that has the largest number of faculty members.
return buildings ;return faculty members of #1 ;return number of #2 for each #1 ;return #1 where #3 is highest
['select', 'project', 'group', 'superlative']
train