Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
27,300
<question>: What are the slovenian names of the villages that had 65.9% of slovenes in 1951? <context>: CREATE TABLE table_10797463_1 (village__slovenian_ VARCHAR, percent_of_slovenes_1951 VARCHAR)
SELECT village__slovenian_ FROM table_10797463_1 WHERE percent_of_slovenes_1951 = "65.9%"
27,301
<question>: What are the slovenian names of the villages that had 16.7% of slovenes in 1991? <context>: CREATE TABLE table_10797463_1 (village__slovenian_ VARCHAR, percent_of_slovenes_1991 VARCHAR)
SELECT village__slovenian_ FROM table_10797463_1 WHERE percent_of_slovenes_1991 = "16.7%"
27,302
<question>: How many villages had 21.7% of slovenes in 1991? <context>: CREATE TABLE table_10797463_1 (village__german_ VARCHAR, percent_of_slovenes_1991 VARCHAR)
SELECT COUNT(village__german_) FROM table_10797463_1 WHERE percent_of_slovenes_1991 = "21.7%"
27,303
<question>: what percent of slovenes did the village called čahorče in slovenian have in 1991? <context>: CREATE TABLE table_10797463_1 (percent_of_slovenes_1991 VARCHAR, village__slovenian_ VARCHAR)
SELECT percent_of_slovenes_1991 FROM table_10797463_1 WHERE village__slovenian_ = "Čahorče"
27,304
<question>: What is the slovenian name for the village that in german is known as st.margarethen? <context>: CREATE TABLE table_10797463_1 (village__slovenian_ VARCHAR, village__german_ VARCHAR)
SELECT village__slovenian_ FROM table_10797463_1 WHERE village__german_ = "St.Margarethen"
27,305
<question>: For games on December 20, how many points did the scoring leaders get? <context>: CREATE TABLE table_10812293_4 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_10812293_4 WHERE date = "December 20"
27,306
<question>: Who was the scoring leader and how many points did he get in games on December 23? <context>: CREATE TABLE table_10812293_4 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_10812293_4 WHERE date = "December 23"
27,307
<question>: What is the pick # for the position de? <context>: CREATE TABLE table_10812938_3 (pick__number VARCHAR, position VARCHAR)
SELECT pick__number FROM table_10812938_3 WHERE position = "DE"
27,308
<question>: Which player went to college at Saint Mary's? <context>: CREATE TABLE table_10812938_3 (player VARCHAR, college VARCHAR)
SELECT player FROM table_10812938_3 WHERE college = "Saint Mary's"
27,309
<question>: What is the position for the player with cfl team Winnipeg blue bombers? <context>: CREATE TABLE table_10812938_3 (position VARCHAR, cfl_team VARCHAR)
SELECT position FROM table_10812938_3 WHERE cfl_team = "Winnipeg Blue Bombers"
27,310
<question>: Which player went to college at Laval? <context>: CREATE TABLE table_10812938_3 (player VARCHAR, college VARCHAR)
SELECT player FROM table_10812938_3 WHERE college = "Laval"
27,311
<question>: What was the college for the player with the cfl team of Edmonton Eskimos (via calgary)? <context>: CREATE TABLE table_10812938_3 (college VARCHAR, cfl_team VARCHAR)
SELECT college FROM table_10812938_3 WHERE cfl_team = "Edmonton Eskimos (via Calgary)"
27,312
<question>: What's the team of the player from St. Francis Xavier College? <context>: CREATE TABLE table_10812938_5 (cfl_team VARCHAR, college VARCHAR)
SELECT cfl_team FROM table_10812938_5 WHERE college = "St. Francis Xavier"
27,313
<question>: What player is on the Montreal Alouettes CFl team? <context>: CREATE TABLE table_10812938_5 (player VARCHAR, cfl_team VARCHAR)
SELECT player FROM table_10812938_5 WHERE cfl_team = "Montreal Alouettes"
27,314
<question>: What's the pick number of the player from Toronto Argonauts? <context>: CREATE TABLE table_10812938_5 (pick__number INTEGER, cfl_team VARCHAR)
SELECT MIN(pick__number) FROM table_10812938_5 WHERE cfl_team = "Toronto Argonauts"
27,315
<question>: What's the pick number of the player whose position is CB? <context>: CREATE TABLE table_10812938_5 (pick__number VARCHAR, position VARCHAR)
SELECT pick__number FROM table_10812938_5 WHERE position = "CB"
27,316
<question>: What's the pick number of the player from New Mexico? <context>: CREATE TABLE table_10812938_5 (pick__number INTEGER, college VARCHAR)
SELECT MAX(pick__number) FROM table_10812938_5 WHERE college = "New Mexico"
27,317
<question>: What player went to Ohio State College? <context>: CREATE TABLE table_10812938_5 (player VARCHAR, college VARCHAR)
SELECT player FROM table_10812938_5 WHERE college = "Ohio State"
27,318
<question>: What is the minimum introduced value for the Departmental region? <context>: CREATE TABLE table_1081459_1 (introduced INTEGER, region VARCHAR)
SELECT MIN(introduced) FROM table_1081459_1 WHERE region = "Departmental"
27,319
<question>: What is the smallest introduced value? <context>: CREATE TABLE table_1081459_1 (introduced INTEGER)
SELECT MIN(introduced) FROM table_1081459_1
27,320
<question>: Which CFL Teams drafted an OL in 2006? <context>: CREATE TABLE table_10812938_4 (cfl_team VARCHAR, position VARCHAR)
SELECT cfl_team FROM table_10812938_4 WHERE position = "OL"
27,321
<question>: Which college is aligned to the Saskatchewan Roughriders? <context>: CREATE TABLE table_10812938_4 (college VARCHAR, cfl_team VARCHAR)
SELECT college FROM table_10812938_4 WHERE cfl_team = "Saskatchewan Roughriders"
27,322
<question>: What Position did the Hamilton Tiger-Cats (via Ottawa) pick in the 2006 Draft. <context>: CREATE TABLE table_10812938_4 (position VARCHAR, cfl_team VARCHAR)
SELECT position FROM table_10812938_4 WHERE cfl_team = "Hamilton Tiger-Cats (via Ottawa)"
27,323
<question>: What is the earliest pick listed in the table. <context>: CREATE TABLE table_10812938_4 (pick__number INTEGER)
SELECT MIN(pick__number) FROM table_10812938_4
27,324
<question>: What episode number had production code e4423? <context>: CREATE TABLE table_10842344_1 (no_in_season INTEGER, production_code VARCHAR)
SELECT MAX(no_in_season) FROM table_10842344_1 WHERE production_code = "E4423"
27,325
<question>: What's the latest episode in a season where the U.S. viewers totaled 14.37 million? <context>: CREATE TABLE table_10842344_1 (no_in_season INTEGER, us_viewers__millions_ VARCHAR)
SELECT MAX(no_in_season) FROM table_10842344_1 WHERE us_viewers__millions_ = "14.37"
27,326
<question>: What is the season finale for season 4? <context>: CREATE TABLE table_10819266_8 (season VARCHAR)
SELECT season AS finale FROM table_10819266_8 WHERE season = 4
27,327
<question>: How many season premiers have a rank of #21? <context>: CREATE TABLE table_10819266_8 (season VARCHAR, rank VARCHAR)
SELECT season AS premiere FROM table_10819266_8 WHERE rank = "#21"
27,328
<question>: What max processor has a maximum memory of 256 gb? <context>: CREATE TABLE table_10818465_1 (max_processors VARCHAR, max_memory VARCHAR)
SELECT max_processors FROM table_10818465_1 WHERE max_memory = "256 GB"
27,329
<question>: What is the max memory of the t5120 model? <context>: CREATE TABLE table_10818465_1 (max_memory VARCHAR, model VARCHAR)
SELECT max_memory FROM table_10818465_1 WHERE model = "T5120"
27,330
<question>: What is the lowest ru? <context>: CREATE TABLE table_10818465_1 (ru INTEGER)
SELECT MIN(ru) FROM table_10818465_1
27,331
<question>: What ga date do the models with 1.0, 1.2, 1.4ghz processor frequencies have? <context>: CREATE TABLE table_10818465_1 (ga_date VARCHAR, processor_frequency VARCHAR)
SELECT ga_date FROM table_10818465_1 WHERE processor_frequency = "1.0, 1.2, 1.4GHz"
27,332
<question>: What is the ga date of the t5120 model? <context>: CREATE TABLE table_10818465_1 (ga_date VARCHAR, model VARCHAR)
SELECT ga_date FROM table_10818465_1 WHERE model = "T5120"
27,333
<question>: What is the sport of the La Liga league? <context>: CREATE TABLE table_10815352_1 (sport VARCHAR, league VARCHAR)
SELECT sport FROM table_10815352_1 WHERE league = "La Liga"
27,334
<question>: What's the minimum total attendance of the Premier League association football? <context>: CREATE TABLE table_10815352_1 (total_attendance INTEGER, sport VARCHAR, league VARCHAR)
SELECT MIN(total_attendance) FROM table_10815352_1 WHERE sport = "Association football" AND league = "Premier league"
27,335
<question>: What's the average attendance of the leagues in the season of 2013? <context>: CREATE TABLE table_10815352_1 (average_attendance INTEGER, season VARCHAR)
SELECT MIN(average_attendance) FROM table_10815352_1 WHERE season = "2013"
27,336
<question>: What's the total attendance of the leagues in season of 2010? <context>: CREATE TABLE table_10815352_1 (total_attendance VARCHAR, season VARCHAR)
SELECT COUNT(total_attendance) FROM table_10815352_1 WHERE season = "2010"
27,337
<question>: Who were the directors of the film submitted with the title Young Törless? <context>: CREATE TABLE table_10874596_1 (director VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT director FROM table_10874596_1 WHERE film_title_used_in_nomination = "Young Törless"
27,338
<question>: What was the original title of the film submitted with the title A Woman in Flames? <context>: CREATE TABLE table_10874596_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT original_title FROM table_10874596_1 WHERE film_title_used_in_nomination = "A Woman in Flames"
27,339
<question>: In what years was a film submitted with the title The Enigma of Kaspar Hauser? <context>: CREATE TABLE table_10874596_1 (year_ VARCHAR, e_ VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT year_[e_] AS __ceremony_ FROM table_10874596_1 WHERE film_title_used_in_nomination = "The Enigma of Kaspar Hauser"
27,340
<question>: Who were the directors of the film with the original title o.k.? <context>: CREATE TABLE table_10874596_1 (director VARCHAR, original_title VARCHAR)
SELECT director FROM table_10874596_1 WHERE original_title = "o.k."
27,341
<question>: What is the division for the division semifinals playoffs? <context>: CREATE TABLE table_1087659_2 (division VARCHAR, playoffs VARCHAR)
SELECT division FROM table_1087659_2 WHERE playoffs = "division Semifinals"
27,342
<question>: What is the title written by David Mamet? <context>: CREATE TABLE table_10908676_7 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_10908676_7 WHERE written_by = "David Mamet"
27,343
<question>: What was the finale for 潮爆大狀 <context>: CREATE TABLE table_10942714_1 (finale VARCHAR, chinese_title VARCHAR)
SELECT finale FROM table_10942714_1 WHERE chinese_title = "潮爆大狀"
27,344
<question>: How many viewers were there for the premier with 34 <context>: CREATE TABLE table_10942714_1 (hk_viewers VARCHAR, premiere VARCHAR)
SELECT hk_viewers FROM table_10942714_1 WHERE premiere = 34
27,345
<question>: How many are listed under 潮爆大狀 <context>: CREATE TABLE table_10942714_1 (peak VARCHAR, chinese_title VARCHAR)
SELECT COUNT(peak) FROM table_10942714_1 WHERE chinese_title = "潮爆大狀"
27,346
<question>: Who was the director of the episode with a production code of 2393059? <context>: CREATE TABLE table_10953197_2 (director VARCHAR, production_code VARCHAR)
SELECT director FROM table_10953197_2 WHERE production_code = "2393059"
27,347
<question>: Which episode had 16.38 million U.S. viewers? <context>: CREATE TABLE table_10935548_1 (title VARCHAR, us_viewers__millions_ VARCHAR)
SELECT title FROM table_10935548_1 WHERE us_viewers__millions_ = "16.38"
27,348
<question>: What is the production code of the episode written by José Molina that aired on October 12, 2004? <context>: CREATE TABLE table_10935548_1 (production_code VARCHAR, written_by VARCHAR, original_air_date VARCHAR)
SELECT production_code FROM table_10935548_1 WHERE written_by = "José Molina" AND original_air_date = "October 12, 2004"
27,349
<question>: Which episode was directed by Jean de Segonzac? <context>: CREATE TABLE table_10935548_1 (title VARCHAR, directed_by VARCHAR)
SELECT title FROM table_10935548_1 WHERE directed_by = "Jean de Segonzac"
27,350
<question>: what are the original air dates with a production code of 2394087 <context>: CREATE TABLE table_10953197_3 (original_air_date VARCHAR, production_code VARCHAR)
SELECT original_air_date FROM table_10953197_3 WHERE production_code = "2394087"
27,351
<question>: Who are the writer(s) for the production code 2394084 <context>: CREATE TABLE table_10953197_3 (writer_s_ VARCHAR, production_code VARCHAR)
SELECT writer_s_ FROM table_10953197_3 WHERE production_code = "2394084"
27,352
<question>: What's the total number of episodes with the production code 2395113A? <context>: CREATE TABLE table_10953197_4 (title VARCHAR, production_code VARCHAR)
SELECT COUNT(title) FROM table_10953197_4 WHERE production_code = "2395113A"
27,353
<question>: Who's the writer for the episode with a production code 2395114? <context>: CREATE TABLE table_10953197_4 (writer_s_ VARCHAR, production_code VARCHAR)
SELECT writer_s_ FROM table_10953197_4 WHERE production_code = "2395114"
27,354
<question>: What's the number of the episode with production code 2395118? <context>: CREATE TABLE table_10953197_4 (no_in_season VARCHAR, production_code VARCHAR)
SELECT no_in_season FROM table_10953197_4 WHERE production_code = "2395118"
27,355
<question>: Who was the writer for the episode with production code 2395096? <context>: CREATE TABLE table_10953197_4 (writer_s_ VARCHAR, production_code VARCHAR)
SELECT writer_s_ FROM table_10953197_4 WHERE production_code = "2395096"
27,356
<question>: How long is the orbital period for the planet that has a semimajor axis of 5.20 au? <context>: CREATE TABLE table_10932739_2 (orbital_period VARCHAR, semimajor_axis___au__ VARCHAR)
SELECT orbital_period FROM table_10932739_2 WHERE semimajor_axis___au__ = "5.20"
27,357
<question>: Which planet has an orbital period of 11.86 years? <context>: CREATE TABLE table_10932739_2 (planet VARCHAR, orbital_period VARCHAR)
SELECT planet FROM table_10932739_2 WHERE orbital_period = "11.86 years"
27,358
<question>: who directed the production code 2398204 <context>: CREATE TABLE table_10953197_7 (director VARCHAR, production_code VARCHAR)
SELECT director FROM table_10953197_7 WHERE production_code = "2398204"
27,359
<question>: What is player Alexis Bwenge's pick number? <context>: CREATE TABLE table_10960039_1 (pick__number VARCHAR, player VARCHAR)
SELECT pick__number FROM table_10960039_1 WHERE player = "Alexis Bwenge"
27,360
<question>: What player is pick #2? <context>: CREATE TABLE table_10960039_1 (player VARCHAR, pick__number VARCHAR)
SELECT player FROM table_10960039_1 WHERE pick__number = 2
27,361
<question>: Which player's college is Saskatchewan? <context>: CREATE TABLE table_10960039_1 (player VARCHAR, college VARCHAR)
SELECT player FROM table_10960039_1 WHERE college = "Saskatchewan"
27,362
<question>: What is McMaster College's pick number? <context>: CREATE TABLE table_10960039_1 (pick__number INTEGER, college VARCHAR)
SELECT MIN(pick__number) FROM table_10960039_1 WHERE college = "McMaster"
27,363
<question>: give the least number of times an episode was shown from 1997-1998 <context>: CREATE TABLE table_10953197_6 (no_in_season INTEGER)
SELECT MIN(no_in_season) FROM table_10953197_6
27,364
<question>: what is season 6 sum of both the number of times processing ID 2397162 was assigned and the number of times chip chalmers managed an episode <context>: CREATE TABLE table_10953197_6 (no_in_season INTEGER, director VARCHAR, production_code VARCHAR)
SELECT MAX(no_in_season) FROM table_10953197_6 WHERE director = "Chip Chalmers" AND production_code = "2397162"
27,365
<question>: Which player went to Michigan State? <context>: CREATE TABLE table_10966926_2 (player_name VARCHAR, college VARCHAR)
SELECT player_name FROM table_10966926_2 WHERE college = "Michigan State"
27,366
<question>: Which player went to college in Oklahoma? <context>: CREATE TABLE table_10966926_2 (player_name VARCHAR, college VARCHAR)
SELECT player_name FROM table_10966926_2 WHERE college = "Oklahoma"
27,367
<question>: Which position does Colt Brennan play? <context>: CREATE TABLE table_10966926_2 (position VARCHAR, player_name VARCHAR)
SELECT position FROM table_10966926_2 WHERE player_name = "Colt Brennan"
27,368
<question>: What is the height of the person that weighs 320 pounds? <context>: CREATE TABLE table_10966926_2 (height VARCHAR, weight VARCHAR)
SELECT height FROM table_10966926_2 WHERE weight = 320
27,369
<question>: How many colleges have a DB position? <context>: CREATE TABLE table_10975034_4 (college VARCHAR, position VARCHAR)
SELECT COUNT(college) FROM table_10975034_4 WHERE position = "DB"
27,370
<question>: What is the maximum number of picks for the CFL team Calgary Stampeders? <context>: CREATE TABLE table_10975034_4 (pick__number INTEGER, cfl_team VARCHAR)
SELECT MAX(pick__number) FROM table_10975034_4 WHERE cfl_team = "Calgary Stampeders"
27,371
<question>: How many CFL teams are from York college? <context>: CREATE TABLE table_10975034_4 (cfl_team VARCHAR, college VARCHAR)
SELECT COUNT(cfl_team) FROM table_10975034_4 WHERE college = "York"
27,372
<question>: What CFL teams are part of Simon Fraser college? <context>: CREATE TABLE table_10975034_4 (cfl_team VARCHAR, college VARCHAR)
SELECT cfl_team FROM table_10975034_4 WHERE college = "Simon Fraser"
27,373
<question>: Which players have a pick number of 27? <context>: CREATE TABLE table_10975034_4 (player VARCHAR, pick__number VARCHAR)
SELECT player FROM table_10975034_4 WHERE pick__number = 27
27,374
<question>: How many times were players named brett ralph were selected? <context>: CREATE TABLE table_10960039_6 (pick__number VARCHAR, player VARCHAR)
SELECT COUNT(pick__number) FROM table_10960039_6 WHERE player = "Brett Ralph"
27,375
<question>: What schools did lenard semajuste play for? <context>: CREATE TABLE table_10960039_6 (college VARCHAR, player VARCHAR)
SELECT college FROM table_10960039_6 WHERE player = "Lenard Semajuste"
27,376
<question>: What is the highest selection number for the saskatchewan roughriders team? <context>: CREATE TABLE table_10960039_6 (pick__number INTEGER, cfl_team VARCHAR)
SELECT MAX(pick__number) FROM table_10960039_6 WHERE cfl_team = "Saskatchewan Roughriders"
27,377
<question>: How many fb players were drafted? <context>: CREATE TABLE table_10960039_6 (pick__number VARCHAR, position VARCHAR)
SELECT COUNT(pick__number) FROM table_10960039_6 WHERE position = "FB"
27,378
<question>: How many players played for adams state school? <context>: CREATE TABLE table_10960039_6 (player VARCHAR, college VARCHAR)
SELECT COUNT(player) FROM table_10960039_6 WHERE college = "Adams State"
27,379
<question>: What teams drafted players that played for northwood school? <context>: CREATE TABLE table_10960039_6 (cfl_team VARCHAR, college VARCHAR)
SELECT cfl_team FROM table_10960039_6 WHERE college = "Northwood"
27,380
<question>: What college did Craig Zimmer go to? <context>: CREATE TABLE table_10975034_5 (college VARCHAR, player VARCHAR)
SELECT college FROM table_10975034_5 WHERE player = "Craig Zimmer"
27,381
<question>: What is the pick number of regina? <context>: CREATE TABLE table_10975034_5 (pick__number VARCHAR, college VARCHAR)
SELECT pick__number FROM table_10975034_5 WHERE college = "Regina"
27,382
<question>: What is the player who is lb and cfl team is saskatchewan roughriders? <context>: CREATE TABLE table_10975034_5 (player VARCHAR, position VARCHAR, cfl_team VARCHAR)
SELECT player FROM table_10975034_5 WHERE position = "LB" AND cfl_team = "Saskatchewan Roughriders"
27,383
<question>: What is the cfl team that has a position of ol? <context>: CREATE TABLE table_10975034_5 (cfl_team VARCHAR, position VARCHAR)
SELECT cfl_team FROM table_10975034_5 WHERE position = "OL"
27,384
<question>: What is the number of position where the pick number is 43? <context>: CREATE TABLE table_10975034_5 (position VARCHAR, pick__number VARCHAR)
SELECT COUNT(position) FROM table_10975034_5 WHERE pick__number = 43
27,385
<question>: What is the cfl team with ryan folk? <context>: CREATE TABLE table_10975034_5 (cfl_team VARCHAR, player VARCHAR)
SELECT cfl_team FROM table_10975034_5 WHERE player = "Ryan Folk"
27,386
<question>: What release date is when kids-270 is a reference? <context>: CREATE TABLE table_10979230_5 (release_date VARCHAR, reference VARCHAR)
SELECT release_date FROM table_10979230_5 WHERE reference = "KIDS-270"
27,387
<question>: what is the title where romaji is titles da.i.su.ki <context>: CREATE TABLE table_10979230_5 (japanese_title VARCHAR, romaji_title VARCHAR)
SELECT japanese_title FROM table_10979230_5 WHERE romaji_title = "Da.i.su.ki"
27,388
<question>: what are the title in japanese where the reference is kids-430? <context>: CREATE TABLE table_10979230_5 (japanese_title VARCHAR, reference VARCHAR)
SELECT japanese_title FROM table_10979230_5 WHERE reference = "KIDS-430"
27,389
<question>: who is the reference when romaji title is heartbreak sniper? <context>: CREATE TABLE table_10979230_5 (reference VARCHAR, romaji_title VARCHAR)
SELECT reference FROM table_10979230_5 WHERE romaji_title = "Heartbreak Sniper"
27,390
<question>: What rank is 愛のバカ on the Japanese singles chart? <context>: CREATE TABLE table_10979230_4 (oricon VARCHAR, japanese_title VARCHAR)
SELECT COUNT(oricon) FROM table_10979230_4 WHERE japanese_title = "愛のバカ"
27,391
<question>: How many songs have mi-chemin as their Japanese name and romanji name? <context>: CREATE TABLE table_10979230_4 (romaji_title VARCHAR, japanese_title VARCHAR)
SELECT COUNT(romaji_title) FROM table_10979230_4 WHERE japanese_title = "Mi-Chemin"
27,392
<question>: What was the partial thromboplastin time for factor x deficiency as seen in amyloid purpura <context>: CREATE TABLE table_1099080_1 (partial_thromboplastin_time VARCHAR, condition VARCHAR)
SELECT partial_thromboplastin_time FROM table_1099080_1 WHERE condition = "Factor X deficiency as seen in amyloid purpura"
27,393
<question>: How many conditions have an unaffected prothrombin time and a prolonged bleeding time <context>: CREATE TABLE table_1099080_1 (condition VARCHAR, prothrombin_time VARCHAR, bleeding_time VARCHAR)
SELECT COUNT(condition) FROM table_1099080_1 WHERE prothrombin_time = "Unaffected" AND bleeding_time = "Prolonged"
27,394
<question>: What was the bleeding time for the factor x deficiency as seen in amyloid purpura <context>: CREATE TABLE table_1099080_1 (bleeding_time VARCHAR, condition VARCHAR)
SELECT bleeding_time FROM table_1099080_1 WHERE condition = "Factor X deficiency as seen in amyloid purpura"
27,395
<question>: What conditions had both prolonged bleeding times and prolonged partial thromboplastin times <context>: CREATE TABLE table_1099080_1 (condition VARCHAR, partial_thromboplastin_time VARCHAR, bleeding_time VARCHAR)
SELECT condition FROM table_1099080_1 WHERE partial_thromboplastin_time = "Prolonged" AND bleeding_time = "Prolonged"
27,396
<question>: What was the bleeding time for factor xii deficiency <context>: CREATE TABLE table_1099080_1 (bleeding_time VARCHAR, condition VARCHAR)
SELECT bleeding_time FROM table_1099080_1 WHERE condition = "Factor XII deficiency"
27,397
<question>: What were the bleeding times when both the platelet count was unaffected and the partial thromboplastin time was unaffected <context>: CREATE TABLE table_1099080_1 (bleeding_time VARCHAR, partial_thromboplastin_time VARCHAR, platelet_count VARCHAR)
SELECT bleeding_time FROM table_1099080_1 WHERE partial_thromboplastin_time = "Unaffected" AND platelet_count = "Unaffected"
27,398
<question>: what's the tuesday time with location being millhopper <context>: CREATE TABLE table_11019212_1 (tuesday VARCHAR, location VARCHAR)
SELECT tuesday FROM table_11019212_1 WHERE location = "Millhopper"
27,399
<question>: what's the wednesday time with monday being 10:00-8:00 <context>: CREATE TABLE table_11019212_1 (wednesday VARCHAR, monday VARCHAR)
SELECT wednesday FROM table_11019212_1 WHERE monday = "10:00-8:00"