question_id
stringlengths
10
58
question_text
stringlengths
8
213
decomposition
stringclasses
1 value
operators
stringclasses
1 value
split
stringclasses
1 value
SPIDER_dev_931
Return the owner id, first name and last name of the owner who has the most dogs.
test
SPIDER_dev_932
Which professionals have done at least two treatments? List the professional's id, role, and first name.
test
SPIDER_dev_933
What are the id, role, and first name of the professionals who have performed two or more treatments?
test
SPIDER_dev_934
What is the name of the breed with the most dogs?
test
SPIDER_dev_935
Which breed do the most dogs have? Give me the breed name.
test
SPIDER_dev_936
Which owner has paid for the most treatments on his or her dogs? List the owner id and last name.
test
SPIDER_dev_937
Tell me the owner id and last name of the owner who spent the most on treatments of his or her dogs.
test
SPIDER_dev_938
What is the description of the treatment type that costs the least money in total?
test
SPIDER_dev_939
Give me the description of the treatment type whose total cost is the lowest.
test
SPIDER_dev_940
Which owner has paid the largest amount of money in total for their dogs? Show the owner id and zip code.
test
SPIDER_dev_941
Find the owner id and zip code of the owner who spent the most money in total for his or her dogs.
test
SPIDER_dev_942
Which professionals have done at least two types of treatments? List the professional id and cell phone.
test
SPIDER_dev_943
Find the id and cell phone of the professionals who operate two or more types of treatments.
test
SPIDER_dev_944
What are the first name and last name of the professionals who have done treatment with cost below average?
test
SPIDER_dev_945
Which professionals have operated a treatment that costs less than the average? Give me theor first names and last names.
test
SPIDER_dev_946
List the date of each treatment, together with the first name of the professional who operated it.
test
SPIDER_dev_947
What are the date and the operating professional's first name of each treatment?
test
SPIDER_dev_948
List the cost of each treatment and the corresponding treatment type description.
test
SPIDER_dev_949
What are the cost and treatment type description of each treatment?
test
SPIDER_dev_950
List each owner's first name, last name, and the size of his for her dog.
test
SPIDER_dev_951
What are each owner's first name, last name, and the size of their dog?
test
SPIDER_dev_952
List pairs of the owner's first name and the dogs's name.
test
SPIDER_dev_953
What are each owner's first name and their dogs's name?
test
SPIDER_dev_954
List the names of the dogs of the rarest breed and the treatment dates of them.
test
SPIDER_dev_955
Which dogs are of the rarest breed? Show their names and treatment dates.
test
SPIDER_dev_956
Which dogs are owned by someone who lives in Virginia? List the owner's first name and the dog's name.
test
SPIDER_dev_957
Find the first names of owners living in Virginia and the names of dogs they own.
test
SPIDER_dev_958
What are the arriving date and the departing date of the dogs who have gone through a treatment?
test
SPIDER_dev_959
Find the arriving date and the departing date of the dogs that received a treatment.
test
SPIDER_dev_960
List the last name of the owner owning the youngest dog.
test
SPIDER_dev_961
Who owns the youngest dog? Give me his or her last name.
test
SPIDER_dev_962
List the emails of the professionals who live in the state of Hawaii or the state of Wisconsin.
test
SPIDER_dev_963
What are the emails of the professionals living in either the state of Hawaii or the state of Wisconsin?
test
SPIDER_dev_964
What are the arriving date and the departing date of all the dogs?
test
SPIDER_dev_965
List the arrival date and the departure date for all the dogs.
test
SPIDER_dev_966
How many dogs went through any treatments?
test
SPIDER_dev_967
Count the number of dogs that went through a treatment.
test
SPIDER_dev_968
How many professionals have performed any treatment to dogs?
test
SPIDER_dev_969
Find the number of professionals who have ever treated dogs.
test
SPIDER_dev_970
Which professionals live in a city containing the substring 'West'? List his or her role, street, city and state.
test
SPIDER_dev_971
Find the role, street, city and state of the professionals living in a city that contains the substring 'West'.
test
SPIDER_dev_972
Which owners live in the state whose name contains the substring 'North'? List his first name, last name and email.
test
SPIDER_dev_973
Return the first name, last name and email of the owners living in a state whose name contains the substring 'North'.
test
SPIDER_dev_974
How many dogs have an age below the average?
test
SPIDER_dev_975
Count the number of dogs of an age below the average.
test
SPIDER_dev_976
How much does the most recent treatment cost?
test
SPIDER_dev_977
Show me the cost of the most recently performed treatment.
test
SPIDER_dev_978
How many dogs have not gone through any treatment?
test
SPIDER_dev_979
Tell me the number of dogs that have received any treatment.
test
SPIDER_dev_980
How many owners temporarily do not have any dogs?
test
SPIDER_dev_981
Find the number of owners who do not own any dogs at this moment.
test
SPIDER_dev_982
How many professionals did not operate any treatment on dogs?
test
SPIDER_dev_983
Find the number of professionals who have not treated any dogs.
test
SPIDER_dev_984
List the dog name, age and weight of the dogs who have been abandoned? 1 stands for yes, and 0 stands for no.
test
SPIDER_dev_985
What are the dog name, age and weight of the dogs that were abandoned? Note that 1 stands for yes, and 0 stands for no in the tables.
test
SPIDER_dev_986
What is the average age of all the dogs?
test
SPIDER_dev_987
Compute the average age of all the dogs.
test
SPIDER_dev_988
What is the age of the oldest dog?
test
SPIDER_dev_989
Tell me the age of the oldest dog.
test
SPIDER_dev_990
How much does each charge type costs? List both charge type and amount.
test
SPIDER_dev_991
List each charge type and its amount.
test
SPIDER_dev_992
How much does the most expensive charge type costs?
test
SPIDER_dev_993
What is the charge amount of the most expensive charge type?
test
SPIDER_dev_994
List the email, cell phone and home phone of all the professionals.
test
SPIDER_dev_995
What are the email, cell phone and home phone of each professional?
test
SPIDER_dev_996
What are all the possible breed type and size type combinations?
test
SPIDER_dev_997
Find the distinct breed type and size type combinations for dogs.
test
SPIDER_dev_998
List the first name of all the professionals along with the description of the treatment they have done.
test
SPIDER_dev_999
What are each professional's first name and description of the treatment they have performed?
test