question
stringlengths
14
216
context
stringlengths
45
458
answer
stringlengths
18
463
how many types of organization were founded in san diego state university?
create table table_2538117_2 (type varchar, founding_university varchar, PRIMARY KEY (type))
select count(type) from table_2538117_2 where founding_university = "san diego state university"
Why was Otago formed?
create table table_275023_1 (reason varchar, province varchar, PRIMARY KEY (reason))
select reason from table_275023_1 where province = "otago"
What is the name of the product with the color description 'yellow'?
create table ref_colors (color_code varchar, color_description varchar, PRIMARY KEY (color_code)); create table products (product_name varchar, color_code varchar, PRIMARY KEY (product_name))
select t1.product_name from products as t1 join ref_colors as t2 on t1.color_code = t2.color_code where t2.color_description = 'yellow'
How similar is the genus/species sus scrofa?
create table table_15417439_1 (similarity varchar, genus_species varchar, PRIMARY KEY (similarity))
select similarity from table_15417439_1 where genus_species = "sus scrofa"
At what date did the 23rd manager vacate the position?
create table table_18795125_6 (date_of_vacancy varchar, position_in_table varchar, PRIMARY KEY (date_of_vacancy))
select date_of_vacancy from table_18795125_6 where position_in_table = "23rd"
Who are the gt3 pro / am cup winners when the gt3 pro cup winner was no. 1 vita4one?
create table table_30060356_3 (gt3_pro___am_cup_winner varchar, gt3_pro_cup_winner varchar, PRIMARY KEY (gt3_pro___am_cup_winner))
select gt3_pro___am_cup_winner from table_30060356_3 where gt3_pro_cup_winner = "no. 1 vita4one"
What is the sexual abuse rate where the conflict is the Burundi Civil War?
create table table_15652027_1 (sexual_abuse_1 integer, conflict varchar, PRIMARY KEY (sexual_abuse_1))
select max(sexual_abuse_1) from table_15652027_1 where conflict = "burundi civil war"
Which irrigation district has 4733 users?
create table table_20018310_1 (irrigation_district varchar, users___number_ varchar, PRIMARY KEY (irrigation_district))
select irrigation_district from table_20018310_1 where users___number_ = 4733
Who wrote the episode which was directed by Nick Marck?
create table table_28195898_1 (written_by varchar, directed_by varchar, PRIMARY KEY (written_by))
select written_by from table_28195898_1 where directed_by = "nick marck"
Name the population density where population % is 1.1% for slovakia
create table table_1606824_1 (pop_density_people_km_2 varchar, population__percentage_of_eu varchar, member_state varchar, PRIMARY KEY (pop_density_people_km_2))
select pop_density_people_km_2 from table_1606824_1 where population__percentage_of_eu = "1.1%" and member_state = "slovakia"
Which specific dates encompass the time period when "The Show Girl Must Go On" showed a gross sales figure total of $2,877,906?
create table table_22123920_4 (dates__mdy_ varchar, gross_sales varchar, PRIMARY KEY (dates__mdy_))
select dates__mdy_ from table_22123920_4 where gross_sales = "$2,877,906"
What is the minimum if 40 to 44?
create table table_16457934_5 (id varchar, PRIMARY KEY (id))
select min(40 as _to_44) from table_16457934_5
Where is Robert Morris University-Illinois held?
create table table_27361255_1 (location varchar, institution varchar, PRIMARY KEY (location))
select location from table_27361255_1 where institution = "robert morris university-illinois"
Find employee with ID and name of the country presently where (s)he is working.
create table countries (country_name varchar, country_id varchar, PRIMARY KEY (country_name)); create table departments (department_id varchar, location_id varchar, PRIMARY KEY (department_id)); create table locations (location_id varchar, country_id varchar, PRIMARY KEY (location_id)); create table employees (employee_id varchar, department_id varchar, PRIMARY KEY (employee_id))
select t1.employee_id, t4.country_name from employees as t1 join departments as t2 on t1.department_id = t2.department_id join locations as t3 on t2.location_id = t3.location_id join countries as t4 on t3.country_id = t4.country_id
On how many locations is the Saint Joseph's College of Maine located?
create table table_1973816_1 (location varchar, institution varchar, PRIMARY KEY (location))
select count(location) from table_1973816_1 where institution = "saint joseph's college of maine"
Who was the high rebounds of team @ Detroit?
create table table_27721131_10 (high_rebounds varchar, team varchar, PRIMARY KEY (high_rebounds))
select high_rebounds from table_27721131_10 where team = "@ detroit"
What is every original language for book series Little House on the Prairie?
create table table_2512935_8 (original_language varchar, book_series varchar, PRIMARY KEY (original_language))
select original_language from table_2512935_8 where book_series = "little house on the prairie"
Who directed the episode for s02 e08?
create table table_16384596_4 (directed_by varchar, broadcast_order varchar, PRIMARY KEY (directed_by))
select directed_by from table_16384596_4 where broadcast_order = "s02 e08"
How many opponents did the Sun Devils play when they scored 41 points?
create table table_21007615_1 (opponent varchar, sun_devils_points varchar, PRIMARY KEY (opponent))
select count(opponent) from table_21007615_1 where sun_devils_points = 41
What is the version when the compatible reposityory is xubuntu 10.04
create table table_27329061_2 (version varchar, compatible_repository varchar, PRIMARY KEY (version))
select version from table_27329061_2 where compatible_repository = "xubuntu 10.04"
What was the event on Wed 26 Aug where rider is Andrew Farrell 400cc Kawasaki?
create table table_23465864_6 (wed_26_aug varchar, rider varchar, PRIMARY KEY (wed_26_aug))
select wed_26_aug from table_23465864_6 where rider = "andrew farrell 400cc kawasaki"
When bmw activee is the vehicle type how many clean electric grid california (san francisco) measurements are there?
create table table_24620684_2 (clean_electric_grid_california__san_francisco_ varchar, vehicle varchar, PRIMARY KEY (clean_electric_grid_california__san_francisco_))
select count(clean_electric_grid_california__san_francisco_) from table_24620684_2 where vehicle = "bmw activee"
Who was in 2nd leg when Boca Juniors was in home (1st leg)?
create table table_14219514_1 (home__1st_leg_ varchar, PRIMARY KEY (home__1st_leg_))
select 2 as nd_leg from table_14219514_1 where home__1st_leg_ = "boca juniors"
What nation had the athlete sebastian coe category:articles with hcards?
create table table_22355_11 (nation varchar, athlete varchar, PRIMARY KEY (nation))
select nation from table_22355_11 where athlete = "sebastian coe category:articles with hcards"
Who sanctioned the event at fayette county speedway?
create table table_16275828_4 (sanction varchar, track_name varchar, PRIMARY KEY (sanction))
select sanction from table_16275828_4 where track_name = "fayette county speedway"
what is the powertrain (engine/transmission) when the order year is 2000?
create table table_10007452_3 (powertrain__engine_transmission_ varchar, order_year varchar, PRIMARY KEY (powertrain__engine_transmission_))
select powertrain__engine_transmission_ from table_10007452_3 where order_year = "2000"
What is the Obama# when McCain% is 64.4%?
create table table_20750731_1 (obama_number integer, mccain_percentage varchar, PRIMARY KEY (obama_number))
select max(obama_number) from table_20750731_1 where mccain_percentage = "64.4%"
What is the coupon that has an issuer of Commerzbank AG?
create table table_21692771_1 (coupon varchar, issuer varchar, PRIMARY KEY (coupon))
select coupon from table_21692771_1 where issuer = "commerzbank ag"
Who was the GTO winning team when the TO winning team was #84 Camaro?
create table table_13642023_2 (gto_winning_team varchar, to_winning_team varchar, PRIMARY KEY (gto_winning_team))
select gto_winning_team from table_13642023_2 where to_winning_team = "#84 camaro"
What was the score for the home team when the away team was Sydney?
create table table_16388398_1 (home_team varchar, away_team varchar, PRIMARY KEY (home_team))
select home_team as score from table_16388398_1 where away_team = "sydney"
Who were the crews on the flight up of Soyuz T-3?
create table table_245800_2 (crew varchar, flight_up varchar, PRIMARY KEY (crew))
select crew from table_245800_2 where flight_up = "soyuz t-3"
When 61 is the entries what is the winning boat?
create table table_24673710_1 (winning_boat varchar, entries varchar, PRIMARY KEY (winning_boat))
select winning_boat from table_24673710_1 where entries = 61
what's the success where deadline for completion is october 7, 2007
create table table_12078626_1 (success varchar, deadline_for_completion varchar, PRIMARY KEY (success))
select success from table_12078626_1 where deadline_for_completion = "october 7, 2007"
What sport had a final score of 3-2?
create table table_10548224_1 (sport varchar, final_score varchar, PRIMARY KEY (sport))
select sport from table_10548224_1 where final_score = "3-2"
If the rings number is 60.000, what is the number for the vault?
create table table_18662026_1 (vault varchar, rings varchar, PRIMARY KEY (vault))
select count(vault) from table_18662026_1 where rings = "60.000"
What is every value for % 40-59 if % 60-74 is 12,42%?
create table table_23606500_4 (_percentage_40_59 varchar, _percentage_60_74 varchar, PRIMARY KEY (_percentage_40_59))
select _percentage_40_59 from table_23606500_4 where _percentage_60_74 = "12,42%"
If the name is Steamboat, what is the top elevation?
create table table_25762852_1 (top_elevation__feet_ varchar, name varchar, PRIMARY KEY (top_elevation__feet_))
select top_elevation__feet_ from table_25762852_1 where name = "steamboat"
What time was achieved on Saturday 29th August by the rider who recorded 23' 18.82 97.102mph on Tuesday 25th August?
create table table_23465864_4 (sat_29_aug varchar, tues_25_aug varchar, PRIMARY KEY (sat_29_aug))
select sat_29_aug from table_23465864_4 where tues_25_aug = "23' 18.82 97.102mph"
What was the record for the game where the cardinals scored 7 points?
create table table_20928649_1 (record varchar, cardinals_points varchar, PRIMARY KEY (record))
select record from table_20928649_1 where cardinals_points = 7
What date was the 6d introduced?
create table table_1682865_1 (introduction varchar, numeral varchar, PRIMARY KEY (introduction))
select introduction from table_1682865_1 where numeral = "6d"
Who did the fastest lap at Watkins glen?
create table table_1140082_2 (fastest_lap varchar, location varchar, PRIMARY KEY (fastest_lap))
select fastest_lap from table_1140082_2 where location = "watkins glen"
Who is the mens doubles when womens doubles is anastasia chervyakova romina gabdullina?
create table table_12171145_1 (mens_doubles varchar, womens_doubles varchar, PRIMARY KEY (mens_doubles))
select mens_doubles from table_12171145_1 where womens_doubles = "anastasia chervyakova romina gabdullina"
Name the colors for north canton
create table table_26466528_1 (colors varchar, location varchar, PRIMARY KEY (colors))
select colors from table_26466528_1 where location = "north canton"
What is the canton of grande dixence?
create table table_10020178_1 (canton varchar, name varchar, PRIMARY KEY (canton))
select canton from table_10020178_1 where name = "grande dixence"
Who was in the original 3rd us tour cast while scott j. campbell was in the original 1st us tour cast?
create table table_24353141_1 (original_3rd_us_tour_cast varchar, original_1st_us_tour_cast varchar, PRIMARY KEY (original_3rd_us_tour_cast))
select original_3rd_us_tour_cast from table_24353141_1 where original_1st_us_tour_cast = "scott j. campbell"
What's the sub-parish (sokn) of Eikefjord?
create table table_178381_1 (sub_parish__sokn_ varchar, location_of_the_church varchar, PRIMARY KEY (sub_parish__sokn_))
select sub_parish__sokn_ from table_178381_1 where location_of_the_church = "eikefjord"
Who wrote the episode that aired on April 17, 2011?
create table table_11111116_6 (written_by varchar, original_air_date varchar, PRIMARY KEY (written_by))
select written_by from table_11111116_6 where original_air_date = "april 17, 2011"
What's the nationality of the player coming from Edmonton Oil Kings (WCHL)?
create table table_1965650_4 (nationality varchar, college_junior_club_team varchar, PRIMARY KEY (nationality))
select nationality from table_1965650_4 where college_junior_club_team = "edmonton oil kings (wchl)"
What are the themes and locations of parties?
create table party (party_theme varchar, location varchar, PRIMARY KEY (party_theme))
select party_theme, location from party
What is the title of ISBN 1-84990-243-7?
create table table_2950964_1 (title varchar, isbn varchar, PRIMARY KEY (title))
select title from table_2950964_1 where isbn = "isbn 1-84990-243-7"
What is the nationality of the player whose college/junior/club team (league) is Seattle Thunderbirds (WHL)?
create table table_14209245_9 (nationality varchar, college_junior_club_team__league_ varchar, PRIMARY KEY (nationality))
select nationality from table_14209245_9 where college_junior_club_team__league_ = "seattle thunderbirds (whl)"
Find the id and location of circuits that belong to France or Belgium?
create table circuits (circuitid varchar, location varchar, country varchar, PRIMARY KEY (circuitid))
select circuitid, location from circuits where country = "france" or country = "belgium"
List all countries of markets in ascending alphabetical order.
create table market (country varchar, PRIMARY KEY (country))
select country from market order by country
Show names of all high school students who do not have any friends.
create table highschooler (name varchar, id varchar, PRIMARY KEY (name)); create table highschooler (name varchar, PRIMARY KEY (name)); create table friend (student_id varchar, PRIMARY KEY (student_id))
select name from highschooler except select t2.name from friend as t1 join highschooler as t2 on t1.student_id = t2.id
Find the first name of students who have cat or dog pet.
create table has_pet (stuid varchar, petid varchar, PRIMARY KEY (stuid)); create table student (fname varchar, stuid varchar, PRIMARY KEY (fname)); create table pets (petid varchar, pettype varchar, PRIMARY KEY (petid))
select distinct t1.fname from student as t1 join has_pet as t2 on t1.stuid = t2.stuid join pets as t3 on t3.petid = t2.petid where t3.pettype = 'cat' or t3.pettype = 'dog'
Name the round eliminated where conference record is 12-6
create table table_16295365_2 (round_eliminated varchar, conf_record varchar, PRIMARY KEY (round_eliminated))
select round_eliminated from table_16295365_2 where conf_record = "12-6"
How many challenge leaders were there of the games won by virginia (87-79)?
create table table_29535057_4 (challenge_leader varchar, winner varchar, PRIMARY KEY (challenge_leader))
select count(challenge_leader) from table_29535057_4 where winner = "virginia (87-79)"
What won best pc intro when my kingdom (haujobb & scoopex) won best amiga demo?
create table table_2490289_1 (pc_intro varchar, amiga_demo varchar, PRIMARY KEY (pc_intro))
select pc_intro from table_2490289_1 where amiga_demo = "my kingdom (haujobb & scoopex)"
Find the last name of the staff whose email address contains "wrau".
create table staff (last_name varchar, email_address varchar, PRIMARY KEY (last_name))
select last_name from staff where email_address like "%wrau%"
Name the date of appointment for 26 may 2011
create table table_27666856_3 (date_of_appointment varchar, date_of_vacancy varchar, PRIMARY KEY (date_of_appointment))
select count(date_of_appointment) from table_27666856_3 where date_of_vacancy = "26 may 2011"
Who was the outgoing manager when the incoming manager was joão pereira?
create table table_17933600_2 (outgoing_manage varchar, incoming_manager varchar, PRIMARY KEY (outgoing_manage))
select outgoing_manage from table_17933600_2 where incoming_manager = "joão pereira"
What is the withdrawal rate for the school district with a graduation rate of 89.3%?
create table table_21514460_1 (withdrawal_rate__2010_11_ varchar, graduation_rate__2011_12_ varchar, PRIMARY KEY (withdrawal_rate__2010_11_))
select withdrawal_rate__2010_11_ from table_21514460_1 where graduation_rate__2011_12_ = "89.3%"
What are the id of students who registered courses or attended courses?
create table student_course_attendance (student_id varchar, PRIMARY KEY (student_id)); create table student_course_registrations (student_id varchar, PRIMARY KEY (student_id))
select student_id from student_course_registrations union select student_id from student_course_attendance
When was the date of appointment for the manager replacing Wim Jansen?
create table table_16075179_6 (date_of_appointment varchar, outgoing_manager varchar, PRIMARY KEY (date_of_appointment))
select date_of_appointment from table_16075179_6 where outgoing_manager = "wim jansen"
what is november 3 when june 10-11 is june 10, 1964?
create table table_25355392_2 (november_3 varchar, june_10_11 varchar, PRIMARY KEY (november_3))
select november_3 from table_25355392_2 where june_10_11 = "june 10, 1964"
Who were the umpires when Paul Medhurst (C) won the Simpson Medal?
create table table_13514348_7 (umpires varchar, simpson_medal varchar, PRIMARY KEY (umpires))
select umpires from table_13514348_7 where simpson_medal = "paul medhurst (c)"
Who is the manufacturer when 150.088 is the average speed (mph)?
create table table_2226343_1 (manufacturer varchar, average_speed__mph_ varchar, PRIMARY KEY (manufacturer))
select manufacturer from table_2226343_1 where average_speed__mph_ = "150.088"
Name the name for company d
create table table_25794010_1 (name varchar, company varchar, PRIMARY KEY (name))
select name from table_25794010_1 where company = "company d"
How many entries are in barony when the townland is derrigra?
create table table_30121075_1 (barony varchar, townland varchar, PRIMARY KEY (barony))
select count(barony) from table_30121075_1 where townland = "derrigra"
Show the home city with the most number of drivers.
create table driver (home_city varchar, PRIMARY KEY (home_city))
select home_city from driver group by home_city order by count(*) desc limit 1
When 8.9% is the electricity reduction percentage how many sets of tonnes of co2 saved is there?
create table table_29538735_1 (tonnes_of_co2_saved varchar, _percentage_electricity_reduction varchar, PRIMARY KEY (tonnes_of_co2_saved))
select count(tonnes_of_co2_saved) from table_29538735_1 where _percentage_electricity_reduction = "8.9%"
How much parking is in Van Nuys at the Sepulveda station?
create table table_2093995_1 (parking varchar, city__neighborhood varchar, stations varchar, PRIMARY KEY (parking))
select parking from table_2093995_1 where city__neighborhood = "van nuys" and stations = "sepulveda"
Who won the race with Tom Zirbel as Mountains Classification and Thomas Soladay as Points Classification?
create table table_23157997_13 (winner varchar, mountains_classification varchar, points_classification varchar, PRIMARY KEY (winner))
select winner from table_23157997_13 where mountains_classification = "tom zirbel" and points_classification = "thomas soladay"
What 2011 GDP (PPP) billions of USD does Iraq have?
create table table_2248784_4 (country varchar, PRIMARY KEY (country))
select 2011 as _gdp__ppp__billions_of_usd from table_2248784_4 where country = "iraq"
What party was Dewey Short associated with?
create table table_1342198_25 (party varchar, incumbent varchar, PRIMARY KEY (party))
select party from table_1342198_25 where incumbent = "dewey short"
What seat does плоцкая губерния hold?
create table table_11614581_3 (seat varchar, name_in_russian varchar, PRIMARY KEY (seat))
select seat from table_11614581_3 where name_in_russian = "плоцкая губерния"
What is the location of the car that has a constructor of Lorraine-Dietrich?
create table table_18893428_1 (location varchar, constructor varchar, PRIMARY KEY (location))
select location from table_18893428_1 where constructor = "lorraine-dietrich"
What are the distinct billing countries of the invoices?
create table invoice (billingcountry varchar, PRIMARY KEY (billingcountry))
select distinct (billingcountry) from invoice
Find the id of instructors who didn't teach any courses?
create table teaches (id varchar, PRIMARY KEY (id)); create table instructor (id varchar, PRIMARY KEY (id))
select id from instructor except select id from teaches
What is the theme for the original artist Alicia Keys?
create table table_26250145_1 (theme varchar, original_artist varchar, PRIMARY KEY (theme))
select theme from table_26250145_1 where original_artist = "alicia keys"
when did 14.55 people watch?
create table table_26565917_2 (original_air_date varchar, us_viewers__millions_ varchar, PRIMARY KEY (original_air_date))
select original_air_date from table_26565917_2 where us_viewers__millions_ = "14.55"
What class year was the player whose highlights were 35 career INTs from?
create table table_22982552_9 (class_year integer, highlight_s_ varchar, PRIMARY KEY (class_year))
select min(class_year) from table_22982552_9 where highlight_s_ = "35 career ints"
What is every TV network in Belgium?
create table table_18821196_1 (tv_network_s_ varchar, country varchar, PRIMARY KEY (tv_network_s_))
select tv_network_s_ from table_18821196_1 where country = "belgium"
Find the total ranking points for each player and their first name.
create table players (first_name varchar, player_id varchar, PRIMARY KEY (first_name)); create table rankings (player_id varchar, PRIMARY KEY (player_id))
select sum(ranking_points), t1.first_name from players as t1 join rankings as t2 on t1.player_id = t2.player_id group by t1.first_name
Who is in class during 1995-96?
create table table_15315103_1 (class_aaaaa varchar, school_year varchar, PRIMARY KEY (class_aaaaa))
select class_aaaaa from table_15315103_1 where school_year = "1995-96"
What record was reached when the Eagles played the Phoenix Cardinals?
create table table_16678052_2 (record varchar, opponent varchar, PRIMARY KEY (record))
select record from table_16678052_2 where opponent = "phoenix cardinals"
What timeslot received 0.673 viewers?
create table table_23392257_4 (timeslot varchar, viewers__millions_ varchar, PRIMARY KEY (timeslot))
select timeslot from table_23392257_4 where viewers__millions_ = "0.673"
List all the services in the alphabetical order.
create table services (service_name varchar, PRIMARY KEY (service_name))
select service_name from services order by service_name
Find the name and gender of the staff who has been assigned the job of Sales Person but never Clerical Staff.
create table staff (staff_name varchar, staff_gender varchar, staff_id varchar, PRIMARY KEY (staff_name)); create table staff_department_assignments (staff_id varchar, job_title_code varchar, PRIMARY KEY (staff_id))
select t1.staff_name, t1.staff_gender from staff as t1 join staff_department_assignments as t2 on t1.staff_id = t2.staff_id where t2.job_title_code = "sales person" except select t1.staff_name, t1.staff_gender from staff as t1 join staff_department_assignments as t2 on t1.staff_id = t2.staff_id where t2.job_title_code = "clerical staff"
who had all the high rebounds when high assists is by dwyane wade (9)
create table table_13762472_4 (high_rebounds varchar, high_assists varchar, PRIMARY KEY (high_rebounds))
select high_rebounds from table_13762472_4 where high_assists = "dwyane wade (9)"
When falcons are the nickname what is the type?
create table table_262495_1 (type varchar, nickname varchar, PRIMARY KEY (type))
select type from table_262495_1 where nickname = "falcons"
List the possible children per donor levels for countries where the allowed recipients is no data.
create table table_16175217_1 (children_per_donor varchar, allowed_recipients varchar, PRIMARY KEY (children_per_donor))
select children_per_donor from table_16175217_1 where allowed_recipients = "no data"
what is the circuit where the fastest lap is sam lowes and the winning rider is luca scassa?
create table table_29686983_1 (circuit varchar, fastest_lap varchar, winning_rider varchar, PRIMARY KEY (circuit))
select circuit from table_29686983_1 where fastest_lap = "sam lowes" and winning_rider = "luca scassa"
How many different services are provided by all stations?
create table station (services varchar, PRIMARY KEY (services))
select count(distinct services) from station
When the girls doubles is ayu pratiwi anggi widia what is the boys doubles?
create table table_14319023_2 (boys_doubles varchar, girls_doubles varchar, PRIMARY KEY (boys_doubles))
select boys_doubles from table_14319023_2 where girls_doubles = "ayu pratiwi anggi widia"
What is the origin of the name of Keller Patera?
create table table_16799784_8 (name varchar, PRIMARY KEY (name))
select name as origin from table_16799784_8 where name = "keller patera"
What does the word "frog"in English translate to in Italian?
create table table_2077192_2 (italian varchar, english varchar, PRIMARY KEY (italian))
select italian from table_2077192_2 where english = "frog"
When renewable electricity is 5760 (gw×h) what is the minimum amount of renewable elecrrixity without hydrogen power?
create table table_25244412_1 (renewable_electricity_w_o_hydro__gw integer, renewable_electricity__gw•h_ varchar, PRIMARY KEY (renewable_electricity_w_o_hydro__gw))
select min(renewable_electricity_w_o_hydro__gw) as •h_ from table_25244412_1 where renewable_electricity__gw•h_ = 5760
How many different riders are there that won riding Omr Tsunami?
create table table_27833186_1 (rider_names varchar, horse_name varchar, PRIMARY KEY (rider_names))
select count(rider_names) from table_27833186_1 where horse_name = "omr tsunami"
What is the all games for Maryland?
create table table_16372244_1 (all_games varchar, team varchar, PRIMARY KEY (all_games))
select all_games from table_16372244_1 where team = "maryland"