messages
stringlengths
82
562
__index_level_0__
int64
0
56.4k
Generate a SQL for the following text: What is the lowest ru? SQL: SELECT MIN RU FROM table
500
Generate a SQL for the following text: What ga date do the models with 1.0, 1.2, 1.4ghz processor frequencies have? SQL: SELECT GA Date FROM table WHERE Processor frequency = 1.0, 1.2, 1.4GHz
501
Generate a SQL for the following text: What is the ga date of the t5120 model? SQL: SELECT GA Date FROM table WHERE Model = T5120
502
Generate a SQL for the following text: What is the sport of the La Liga league? SQL: SELECT Sport FROM table WHERE League = La Liga
503
Generate a SQL for the following text: What's the minimum total attendance of the Premier League association football? SQL: SELECT MIN Total attendance FROM table WHERE Sport = Association football AND League = Premier League
504
Generate a SQL for the following text: What's the average attendance of the leagues in the season of 2013? SQL: SELECT MIN Average attendance FROM table WHERE Season = 2013
505
Generate a SQL for the following text: What's the total attendance of the leagues in season of 2010? SQL: SELECT COUNT Total attendance FROM table WHERE Season = 2010
506
Generate a SQL for the following text: Who were the directors of the film submitted with the title Young Törless? SQL: SELECT Director FROM table WHERE Film title used in nomination = Young Törless
507
Generate a SQL for the following text: What was the original title of the film submitted with the title A Woman in Flames? SQL: SELECT Original title FROM table WHERE Film title used in nomination = A Woman in Flames
508
Generate a SQL for the following text: In what years was a film submitted with the title The Enigma of Kaspar Hauser? SQL: SELECT Year [e ] (Ceremony) FROM table WHERE Film title used in nomination = The Enigma of Kaspar Hauser
509
Generate a SQL for the following text: Who were the directors of the film with the original title o.k.? SQL: SELECT Director FROM table WHERE Original title = o.k.
510
Generate a SQL for the following text: What is the division for the division semifinals playoffs? SQL: SELECT Division FROM table WHERE Playoffs = Division Semifinals
511
Generate a SQL for the following text: What is the number in series of "say uncle"? SQL: SELECT No. in series FROM table WHERE Title = "Say Uncle"
512
Generate a SQL for the following text: What is the title written by David Mamet? SQL: SELECT Title FROM table WHERE Written by = David Mamet
513
Generate a SQL for the following text: What was the finale for 潮爆大狀 SQL: SELECT Finale FROM table WHERE Chinese title = 潮爆大狀
514
Generate a SQL for the following text: What was the finale for 潮爆大狀 SQL: SELECT Finale FROM table WHERE Chinese title = 潮爆大狀
515
Generate a SQL for the following text: How many viewers were there for the premier with 34 SQL: SELECT HK viewers FROM table WHERE Premiere = 34
516
Generate a SQL for the following text: How many are listed under 潮爆大狀 SQL: SELECT COUNT Peak FROM table WHERE Chinese title = 潮爆大狀
517
Generate a SQL for the following text: Who was the director of the episode with a production code of 2393059? SQL: SELECT Director FROM table WHERE Production code = 2393059
518
Generate a SQL for the following text: How many people wrote "Michael's Game"? SQL: SELECT COUNT Writer(s) FROM table WHERE Title = "Michael's Game"
519
Generate a SQL for the following text: When did the episode title "Duet For One" air? SQL: SELECT Original air date FROM table WHERE Title = "Duet for One"
520
Generate a SQL for the following text: Which episode had 16.38 million U.S. viewers? SQL: SELECT Title FROM table WHERE U.S. viewers (millions) = 16.38
521
Generate a SQL for the following text: What is the production code of the episode written by José Molina that aired on October 12, 2004? SQL: SELECT Production code FROM table WHERE Written by = José Molina AND Original air date = October 12, 2004
522
Generate a SQL for the following text: What was the original air date of the episode "Quarry"? SQL: SELECT Original air date FROM table WHERE Title = "Quarry"
523
Generate a SQL for the following text: Which episode was directed by Jean de Segonzac? SQL: SELECT Title FROM table WHERE Directed by = Jean de Segonzac
524
Generate a SQL for the following text: what are the original air dates with a production code of 2394087 SQL: SELECT Original air date FROM table WHERE Production code = 2394087
525
Generate a SQL for the following text: Who are the writers for the title "boxing sydney" SQL: SELECT Writer(s) FROM table WHERE Title = "Boxing Sydney"
526
Generate a SQL for the following text: What are the production codes for the title "all about brooke" SQL: SELECT Production code FROM table WHERE Title = "All About Brooke"
527
Generate a SQL for the following text: Who are the writer(s) for the production code 2394084 SQL: SELECT Writer(s) FROM table WHERE Production code = 2394084
528
Generate a SQL for the following text: What's the total number of episodes with the production code 2395113A? SQL: SELECT COUNT Title FROM table WHERE Production code = 2395113A
529
Generate a SQL for the following text: What's the number of the episode called "Melrose Unglued"? SQL: SELECT MAX No. in series FROM table WHERE Title = "Melrose Unglued"
530
Generate a SQL for the following text: Who's the writer for the episode with a production code 2395114? SQL: SELECT Writer(s) FROM table WHERE Production code = 2395114
531
Generate a SQL for the following text: Who directed the episode titled "Full Metal Betsy"? SQL: SELECT Director FROM table WHERE Title = "Full Metal Betsy"
532
Generate a SQL for the following text: What's the number of the episode with production code 2395118? SQL: SELECT No. in season FROM table WHERE Production code = 2395118
533
Generate a SQL for the following text: Who was the writer for the episode with production code 2395096? SQL: SELECT Writer(s) FROM table WHERE Production code = 2395096
534
Generate a SQL for the following text: What generation of spectrograph is most likely to detect a planet with a radial velocity of 0.089 m/s? SQL: SELECT Detectable by: FROM table WHERE Radial velocity (m/s) = 0.089
535
Generate a SQL for the following text: How long is the orbital period for the planet that has a semimajor axis of 5.20 au? SQL: SELECT Orbital Period FROM table WHERE Semimajor Axis ( AU ) = 5.20
536
Generate a SQL for the following text: What generation of spectrograph is Jupiter detected by? SQL: SELECT Detectable by: FROM table WHERE Planet = Jupiter
537
Generate a SQL for the following text: Which planet has an orbital period of 11.86 years? SQL: SELECT Planet FROM table WHERE Orbital Period = 11.86 years
538
Generate a SQL for the following text: who directed the production code 2398204 SQL: SELECT Director FROM table WHERE Production code = 2398204
539
Generate a SQL for the following text: when did "unpleasantville" air? SQL: SELECT Original air date FROM table WHERE Title = "Unpleasantville"
540
Generate a SQL for the following text: What is player Alexis Bwenge's pick number? SQL: SELECT Pick # FROM table WHERE Player = Alexis Bwenge
541
Generate a SQL for the following text: What player is pick #2? SQL: SELECT Player FROM table WHERE Pick # = 2
542
Generate a SQL for the following text: Which player's college is Saskatchewan? SQL: SELECT Player FROM table WHERE College = Saskatchewan
543
Generate a SQL for the following text: What is McMaster College's pick number? SQL: SELECT MIN Pick # FROM table WHERE College = McMaster
544
Generate a SQL for the following text: give the least number of times an episode was shown from 1997-1998 SQL: SELECT MIN No. in season FROM table
545
Generate a SQL for the following text: when was the episode named "the doctor is in... deep" first broadcast SQL: SELECT Original air date FROM table WHERE Title = "The Doctor Is In... Deep"
546
Generate a SQL for the following text: how many times does the episode called "coop de grace" appear SQL: SELECT COUNT No. in series FROM table WHERE Title = "Coop de Grace"
547
Generate a SQL for the following text: 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 SQL: SELECT MAX No. in season FROM table WHERE Director = Chip Chalmers AND Production code = 2397162
548
Generate a SQL for the following text: Which player went to Michigan State? SQL: SELECT Player name FROM table WHERE College = Michigan State
549
Generate a SQL for the following text: Which player went to college in Oklahoma? SQL: SELECT Player name FROM table WHERE College = Oklahoma
550
Generate a SQL for the following text: Which position does Colt Brennan play? SQL: SELECT Position FROM table WHERE Player name = Colt Brennan
551
Generate a SQL for the following text: What is the height of the person that weighs 320 pounds? SQL: SELECT Height FROM table WHERE Weight = 320
552
Generate a SQL for the following text: How many colleges have a DB position? SQL: SELECT COUNT College FROM table WHERE Position = DB
553
Generate a SQL for the following text: What is the maximum number of picks for the CFL team Calgary Stampeders? SQL: SELECT MAX Pick # FROM table WHERE CFL Team = Calgary Stampeders
554
Generate a SQL for the following text: How many CFL teams are from York college? SQL: SELECT COUNT CFL Team FROM table WHERE College = York
555
Generate a SQL for the following text: What CFL teams are part of Simon Fraser college? SQL: SELECT CFL Team FROM table WHERE College = Simon Fraser
556
Generate a SQL for the following text: Which players have a pick number of 27? SQL: SELECT Player FROM table WHERE Pick # = 27
557
Generate a SQL for the following text: How many times were players named brett ralph were selected? SQL: SELECT COUNT Pick # FROM table WHERE Player = Brett Ralph
558
Generate a SQL for the following text: What schools did lenard semajuste play for? SQL: SELECT College FROM table WHERE Player = Lenard Semajuste
559
Generate a SQL for the following text: What is the highest selection number for the saskatchewan roughriders team? SQL: SELECT MAX Pick # FROM table WHERE CFL Team = Saskatchewan Roughriders
560
Generate a SQL for the following text: How many fb players were drafted? SQL: SELECT COUNT Pick # FROM table WHERE Position = FB
561
Generate a SQL for the following text: How many players played for adams state school? SQL: SELECT COUNT Player FROM table WHERE College = Adams State
562
Generate a SQL for the following text: What teams drafted players that played for northwood school? SQL: SELECT CFL Team FROM table WHERE College = Northwood
563
Generate a SQL for the following text: What college did Craig Zimmer go to? SQL: SELECT College FROM table WHERE Player = Craig Zimmer
564
Generate a SQL for the following text: What is the pick number of regina? SQL: SELECT Pick # FROM table WHERE College = Regina
565
Generate a SQL for the following text: What is the player who is lb and cfl team is saskatchewan roughriders? SQL: SELECT Player FROM table WHERE Position = LB AND CFL Team = Saskatchewan Roughriders
566
Generate a SQL for the following text: What is the cfl team that has a position of ol? SQL: SELECT CFL Team FROM table WHERE Position = OL
567
Generate a SQL for the following text: What is the number of position where the pick number is 43? SQL: SELECT COUNT Position FROM table WHERE Pick # = 43
568
Generate a SQL for the following text: What is the cfl team with ryan folk? SQL: SELECT CFL Team FROM table WHERE Player = Ryan Folk
569
Generate a SQL for the following text: What release date is when kids-270 is a reference? SQL: SELECT Release date FROM table WHERE Reference = KIDS-270
570
Generate a SQL for the following text: what is the title where romaji is titles da.i.su.ki SQL: SELECT Japanese title FROM table WHERE Romaji title = Da.i.su.ki
571
Generate a SQL for the following text: what are the title in japanese where the reference is kids-430? SQL: SELECT Japanese title FROM table WHERE Reference = KIDS-430
572
Generate a SQL for the following text: who is the reference when romaji title is heartbreak sniper? SQL: SELECT Reference FROM table WHERE Romaji title = Heartbreak Sniper
573
Generate a SQL for the following text: What rank is 愛のバカ on the Japanese singles chart? SQL: SELECT COUNT Oricon FROM table WHERE Japanese title = 愛のバカ
574
Generate a SQL for the following text: How many songs have mi-chemin as their Japanese name and romanji name? SQL: SELECT COUNT Romaji title FROM table WHERE Japanese title = Mi-Chemin
575
Generate a SQL for the following text: What was the partial thromboplastin time for factor x deficiency as seen in amyloid purpura SQL: SELECT Partial thromboplastin time FROM table WHERE Condition = Factor X deficiency as seen in amyloid purpura
576
Generate a SQL for the following text: How many conditions have an unaffected prothrombin time and a prolonged bleeding time SQL: SELECT COUNT Condition FROM table WHERE Prothrombin time = Unaffected AND Bleeding time = Prolonged
577
Generate a SQL for the following text: What was the bleeding time for the factor x deficiency as seen in amyloid purpura SQL: SELECT Bleeding time FROM table WHERE Condition = Factor X deficiency as seen in amyloid purpura
578
Generate a SQL for the following text: What conditions had both prolonged bleeding times and prolonged partial thromboplastin times SQL: SELECT Condition FROM table WHERE Partial thromboplastin time = Prolonged AND Bleeding time = Prolonged
579
Generate a SQL for the following text: What was the bleeding time for factor xii deficiency SQL: SELECT Bleeding time FROM table WHERE Condition = Factor XII deficiency
580
Generate a SQL for the following text: What were the bleeding times when both the platelet count was unaffected and the partial thromboplastin time was unaffected SQL: SELECT Bleeding time FROM table WHERE Partial thromboplastin time = Unaffected AND Platelet count = Unaffected
581
Generate a SQL for the following text: what's the tuesday time with location being millhopper SQL: SELECT Tuesday FROM table WHERE Location = Millhopper
582
Generate a SQL for the following text: what's the wednesday time with monday being 10:00-8:00 SQL: SELECT Wednesday FROM table WHERE Monday = 10:00-8:00
583
Generate a SQL for the following text: what's the thursday time with location being hawthorne SQL: SELECT Thursday FROM table WHERE Location = Hawthorne
584
Generate a SQL for the following text: what's the saturday time with wednesday being 10:00-5:00 SQL: SELECT Saturday FROM table WHERE Wednesday = 10:00-5:00
585
Generate a SQL for the following text: what's the thursday time with sunday being 1:00-5:00 and tuesday being 1:00-7:00 SQL: SELECT Thursday FROM table WHERE Sunday = 1:00-5:00 AND Tuesday = 1:00-7:00
586
Generate a SQL for the following text: what's the monday time with tuesday being 9:00-6:00 SQL: SELECT Monday FROM table WHERE Tuesday = 9:00-6:00
587
Generate a SQL for the following text: What are all the reports where Paul Tracy had the fastest lap? SQL: SELECT Report FROM table WHERE Fastest lap = Paul Tracy
588
Generate a SQL for the following text: Who drove the fastest lap at the Tenneco Automotive Grand Prix of Detroit? SQL: SELECT Fastest lap FROM table WHERE Race Name = Tenneco Automotive Grand Prix of Detroit
589
Generate a SQL for the following text: Who had the fastest lap in the races won by Max Papis? SQL: SELECT Fastest lap FROM table WHERE Winning driver = Max Papis
590
Generate a SQL for the following text: In Round 6, how many winning drivers were there? SQL: SELECT COUNT Winning driver FROM table WHERE Rnd = 6
591
Generate a SQL for the following text: What are the original names of the districts where the population in the 2010 census was 210450? SQL: SELECT Original name FROM table WHERE Population at 2010 Census = 210450
592
Generate a SQL for the following text: What is the original name of the district with the current English name of South Bogor? SQL: SELECT Original name FROM table WHERE English name = South Bogor
593
Generate a SQL for the following text: What is the listed population from the 2010 census of West Bogor? SQL: SELECT MIN Population at 2010 Census FROM table WHERE English name = West Bogor
594
Generate a SQL for the following text: How many districts have an area of 17.72 KM2? SQL: SELECT COUNT English name FROM table WHERE Area in km² = 17.72
595
Generate a SQL for the following text: What is the area in km2 for the district whose original name was Kecamatan Bogor Timur? SQL: SELECT Area in km² FROM table WHERE Original name = Kecamatan Bogor Timur
596
Generate a SQL for the following text: What is the number of colour with the regisration number of mg-509? SQL: SELECT COUNT Colour FROM table WHERE Registration No. = MG-509
597
Generate a SQL for the following text: What is the title of the episode directed by Mark Tinker? SQL: SELECT Title FROM table WHERE Directed by = Mark Tinker
598
Generate a SQL for the following text: What episode in the season was directed by Jeff Melman? SQL: SELECT MIN No. in season FROM table WHERE Directed by = Jeff Melman
599